- 03 May, 2006 1 commit
-
-
svoj@april.(none) authored
into april.(none):/home/svoj/devel/mysql/BUG17810/mysql-5.0
-
- 27 Apr, 2006 4 commits
-
-
svoj@april.(none) authored
Write operations on tables created in 4.x with index on variable length column results in index crash. Even REPAIR TABLE wasn't able to fix broken index. Problem was that packed key length size wasn't restored correctly. In 5.0 packed key length size is either 1 or 2. In 4.x this length is always 2, but is saved as 0. This fix ensures that key length size is restored correctly for 4.x tables.
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
jimw@mysql.com authored
-
jimw@mysql.com authored
-
- 26 Apr, 2006 29 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
evgen@moonbone.local authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
This patch simply adds sql_big_selects to the list of variables output by SHOW VARIABLES.
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
elliot@mysql.com authored
This patch restores sync_binlog.
-
tomas@poseidon.ndb.mysql.com authored
- addded more retries to wait for nodefailure to complete Bug #19039 multi node failure causes node failure handling not to complete - patch to avoid this scenario when the management server is used to perform the stop - wait for NF_COMPLETE_REP in management server before returning ndb: allocate nodeid - only retry on retryable error
-
tomas@poseidon.ndb.mysql.com authored
- added retry handling of temporary transaction errors
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
-
bell@sanja.is.com.ua authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss492
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss492
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss492
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss492-work
-
aivanov@mysql.com authored
-
bpontz@mysql.com authored
clone-off for 5.0.21
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss492-work
-
aivanov@mysql.com authored
Use files innodb_mysql.[test|result] instead.
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0
-
aivanov@mysql.com authored
Fixed BUG#19217 "dict_load_indexes() may read the delete-mark incorrectly".
-
serg@sergbook.mysql.com authored
-
- 25 Apr, 2006 6 commits
-
-
sergefp@mysql.com authored
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
(reported by Stefano Di Paola)
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug15827-r2
-
sergefp@mysql.com authored
too much memory. Instead, either create the equvalent SEL_TREE manually, or create only two ranges that strictly include the area to scan (Note: just to re-iterate: increasing NOT_IN_IGNORE_THRESHOLD will make optimization run slower for big IN-lists, but the server will not run out of memory. O(N^2) memory use has been eliminated)
-
stewart@mysql.com authored
small cleanup fixes in kernel/vm/Configuration
-