Commit graph

4078 commits

Author SHA1 Message Date
arjen@fred.bitbike.com
fdc1d4d1e5 Update reserved word list. 2002-06-14 09:36:39 +10:00
arjen@fred.bitbike.com
b42b7ca8e9 Merge work.mysql.com:/home/bk/mysql-4.0
into fred.bitbike.com:/home/arjen/mysql-4.0
2002-06-14 09:26:27 +10:00
Sinisa@sinisa.nasamreza.org
acb1710d62 Some small changes in multi-table update "ported" from mulit-table
delete.
2002-06-13 17:08:27 +03:00
worm@altair.is.lan
e6ea89dedd Merge 2002-06-13 12:15:06 +03:00
worm@altair.is.lan
4a940f8f8e mirrors.texi:
update mirrors
2002-06-13 12:01:51 +03:00
arjen@fred.bitbike.com
6665beeda9 Style cleanups. 2002-06-13 15:20:59 +10:00
arjen@fred.bitbike.com
409fba38c9 Style/spelling fixups, mainly of new privileges. 2002-06-13 14:31:10 +10:00
arjen@fred.bitbike.com
72032a1905 Translated new error message to Dutch. 2002-06-13 09:46:55 +10:00
monty@mashka.mysql.fi
33a377c716 Remove remains of old getopt 2002-06-12 23:54:52 +03:00
monty@mashka.mysql.fi
0e759036cc Added missing include file to sql_acl.cc (bug in last changeset) 2002-06-12 17:35:04 +03:00
monty@mashka.mysql.fi
fb5c9ff0bf Merge work:/home/bk/mysql-4.0 into mashka.mysql.fi:/my/mysql-4.0 2002-06-12 15:08:22 +03:00
monty@mashka.mysql.fi
b8421d34ec Added the following new privleges:
SHOW DATABASES
CREATE TEMPORARY TABLE
LOCK TABLES
REPLICATION SLAVE & REPLICATION CLIENT
SUPER
EXECUTE

All scripts & documentation is updated for this change.
Added better error messages for global privileges
2002-06-12 15:04:18 +03:00
Sinisa@sinisa.nasamreza.org
8677ec8d25 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-06-11 22:47:12 +03:00
Sinisa@sinisa.nasamreza.org
8ebadc5d0a A fix for multi-table delete with tables optimised away.
Still not able to make a proper test case as this crashes on files 
where key and data pointers are 4 bytes each. Possibly a proper 
test case would require myisampack.
2002-06-11 22:45:51 +03:00
paul@teton.kitebird.com
aaf0d7b169 manual.texi fix prefix/suffix mixup. 2002-06-11 11:02:50 -05:00
monty@mashka.mysql.fi
2aecdd1a91 Big code cleanup/review before 4.0.2 release.
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
2002-06-11 11:20:31 +03:00
monty@hundin.mysql.fi
db41437a10 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-10 13:34:41 +03:00
monty@hundin.mysql.fi
ad04b7f677 Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT 2002-06-10 13:33:25 +03:00
jani@rhols221.adsl.netsonic.fi
c038efd877 Some enhancements in my_getopt. Made code more readable and better
optimized in some places.
2002-06-09 23:27:07 +03:00
monty@hundin.mysql.fi
2c274c64b9 Bug fix for complicated GROUP BY ... ORDER BY query.
Fixed problem in access rights testing (from last patch)
2002-06-09 15:41:19 +03:00
monty@hundin.mysql.fi
01094b1391 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-09 09:15:23 +03:00
monty@hundin.mysql.fi
1815e2dee0 Fixed privilege check problem with SELECT ... INTO OUTFILE 2002-06-09 09:14:25 +03:00
jcole@mugatu.spaceapes.com
e5e6d0b12d Added changelog entry for mysql_secure_installation 2002-06-08 23:16:01 -05:00
jcole@mugatu.spaceapes.com
70c05507db Oops, missed the actual file.
Added mysql_secure_installation
2002-06-08 23:12:39 -05:00
jcole@mugatu.spaceapes.com
f1a975963b Added mysql_secure_installation 2002-06-08 23:10:42 -05:00
jcole@mugatu.spaceapes.com
c8d52637c0 Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
2002-06-08 23:08:15 -05:00
bell@sanja.is.com.ua
196e0b02f0 Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-06-09 00:59:31 +03:00
bell@sanja.is.com.ua
839d661b3c removed unneeded table name pointer
transaction-live memory cleanup moved to ha_commit/ha_rollback
fixed query cache validator to work correctly on systems that allocate unaligned dat
2002-06-09 00:58:05 +03:00
monty@hundin.mysql.fi
a4ad0d5d1d Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-08 22:27:50 +03:00
monty@bitch.mysql.fi
9b6df03c14 Added a lot of DBUG_xxx statements to be able to find replication bug.
Fixed critical bug on 64 bit systems.
Cleanups
2002-06-08 21:02:01 +03:00
Sinisa@sinisa.nasamreza.org
073d9e5f09 A bug fix and test case for a bug that appears in quereis where there
is a GROUP BY a column that is not NOT NULL and ORDER BY is done by
another column.

Even better fix would be to make a separate function for this.
2002-06-08 20:02:49 +03:00
monty@bitch.mysql.fi
23e9db94fb Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 2002-06-07 10:21:23 +03:00
arjen@fred.bitbike.com
f69959dbac Style fix. 2002-06-07 12:39:16 +10:00
bell@sanja.is.com.ua
1a69084465 Fixed query cache align data bug. 2002-06-07 00:02:50 +03:00
monty@bitch.mysql.fi
53d922fc90 Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 2002-06-06 19:58:09 +03:00
bell@sanja.is.com.ua
1937feaec3 fixing error 2002-06-06 19:46:27 +03:00
bell@sanja.is.com.ua
6bc3fc6b45 Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/work-4.0
2002-06-06 19:21:42 +03:00
bell@sanja.is.com.ua
35068eef61 probably fix of alignment error in query cache 2002-06-06 19:21:07 +03:00
worm@altair.is.lan
221ac250c3 mirrors.texi:
add new mirrors
2002-06-06 14:20:08 +03:00
monty@bitch.mysql.fi
268e82a078 Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 2002-06-05 23:14:22 +03:00
monty@hundin.mysql.fi
9263b77e0c Merge hundin.mysql.fi:/my/mysql-3.23
into hundin.mysql.fi:/my/bk/mysql-4.0
2002-06-05 23:10:29 +03:00
monty@hundin.mysql.fi
d02a9bd0c5 changelog 2002-06-05 23:09:04 +03:00
monty@hundin.mysql.fi
e4130b11c9 removed init_count from IO_CACHE.
Added missing mutex_unlock to slave replication code.
2002-06-05 23:04:38 +03:00
monty@hundin.mysql.fi
640abc687c Fixed mysql_info() result when using INSERT DELAYED 2002-06-05 16:42:07 +03:00
monty@hundin.mysql.fi
8f29ae77bf Merge 2002-06-04 23:03:56 +03:00
monty@hundin.mysql.fi
b0aa96dd81 Fixed mutex problem in TRUNCATE TABLE 2002-06-04 22:59:12 +03:00
Sinisa@sinisa.nasamreza.org
7fcb8b52f4 Bug fix for multi-table delete with test case and manual entry 2002-06-04 20:34:13 +03:00
monty@bitch.mysql.fi
e0f60f3527 Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 2002-06-04 11:48:08 +03:00
arjen@fred.bitbike.com
3a9e7bd7f0 Removed dup info from changelog (noted by Peter Zaitsev). 2002-06-04 13:29:33 +10:00
monty@hundin.mysql.fi
8cba72fe1f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-06-04 00:41:32 +03:00