- 17 Mar, 2005 12 commits
-
-
heikki@hundin.mysql.fi authored
Fix that 'a' LIKE 'a%' was not true for an InnoDB BLOB or TEXT type column prefix index search: InnoDB assumed that the BLOB and TEXT should not be padded with space in comparisons; this bug is also in 4.1; it may have worked in 4.1 because MySQL may have asked there for strings >= 'a', while in 5.0 it asks for strings >= 'a '
-
heikki@hundin.mysql.fi authored
Someone has fixed the calculation of length() for a returned InnoDB VARCHAR value: update endspace.result to have the correct value length('teststring') == 10
-
joerg@mysql.com authored
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
ramil@mysql.com authored
-
ramil@mysql.com authored
-
First one is related to Bug#7905. One should not be allowed to create new user with password without UPDATE privilege to MySQL database. Furthermore, executing the same GRANT statement twice would actually crash the server and corrupt privilege database. Other bug was that one could update a column, using the existing value as basis to calculate the new value (e.g. UPDATE t1 SET a=a+1) without SELECT privilege to the field (a in the above example) Fixed tests grant.pl and grant2, which were wrong.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
- 16 Mar, 2005 28 commits
-
-
igor@rurik.mysql.com authored
Added a test for bug #8615. sql_select.cc: Fixed bug #8615. This fix only removed the cause of the reported crash. It does not resolve other problems of rollup queries with DISTINCT. They were fixed in the previous patch for bug 8616.
-
monty@mysql.com authored
-
monty@mysql.com authored
Enabled VARCHAR testing for innodb NOTE: innodb.test currently fails becasue of a bug in InnoDB. I have informed Heikki about this and expect him to fix this ASAP
-
lars@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
lars@mysql.com authored
BUG#9123 is solved earlier than this patch though.
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
dlenev@brandersnatch.localdomain authored
WL#874 "Extended LOAD DATA" was pushed.
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.3
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.3
-
heikki@hundin.mysql.fi authored
Allow also long VARCHARs to be stored externally, not just BLOBs; fixes a bug reported by Trudy Pelzer; needs more testing
-
joerg@mysql.com authored
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
dlenev@brandersnatch.localdomain authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
the time spent in the various steps.
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-eld-exp
-
monty@mysql.com authored
Removed some optional arguments Fixed portability problem in federated tests
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-eld-exp
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
lars@mysql.com authored
into mysql.com:/home/bkroot/mysql-4.1
-
bar@mysql.com authored
not always correct for NULL values. Now they always result a non NULL value even the argument is NULL. It is more usefull for debugging purposes.
-
lars@mysql.com authored
into mysql.com:/home/bkroot/mysql-4.1
-
gluh@gluh.mysql.r18.ru authored
fixed result_field support of Item_ref
-
monty@mysql.com authored
-