- 17 Mar, 2005 6 commits
-
-
tomas@poseidon.ndb.mysql.com authored
changed mysqld.cc to the same as in 5.0
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1
-
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
-
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.
-
- 16 Mar, 2005 34 commits
-
-
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
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
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
-
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
-
heikki@hundin.mysql.fi authored
Update key lengths in EXPLAIN to reflect true VARCHARs
-
heikki@hundin.mysql.fi authored
Fix bug: InnoDB created all indexes on true VARCHARs as column prefix keys because field->pack_length() for a true VARCHAR is bigger than key_part->length; FOREIGN KEYs could not be created on true VARCHARs then
-
heikki@hundin.mysql.fi authored
Fix a crash in a simple search with a key: the dtype->len of a true VARCHAR is the payload maximum len in bytes: it does not include the 2 bytes MySQL uses to store the string length ha_innodb.cc: Fix a crash in true VARCHARs in test-innodb: we passed a wrong pointer to the column conversion in an UPDATE rowid_order_innodb.result, ps_3innodb.result, innodb.result, endspace.result: Edit InnoDB test results to reflect the arrival of true VARCHARs
-
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
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
jan@hundin.mysql.fi authored
DATA_VARMYSQL so remove unnecessary condition.
-
dlenev@brandersnatch.localdomain authored
The idea is to use TABLE_LIST::lock_type for passing type of lock for target table to mysql_load() instead of using LEX::lock_option (which were rewritten by first subselect in SET clause). This should also fix potential problem with LOAD DATA in SP (it is important for them to have right lock_type in the table list by the end of statement parsing).
-
jan@hundin.mysql.fi authored
-
kent@mysql.com authored
Check that there is a disabled.def before using it disabled.def: Reenable ndb tests accidently disabled
-
marko@hundin.mysql.fi authored
calc_row_difference(): Use non-inlined functions to avoid linking error.
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/sap/mysql-5.0
-
georg@lmy002.wdf.sap.corp authored
-
serg@serg.mylan authored
smarter xid-to-str routiine fixed assert crash in XA RECOVER sql/sql_parse.cc XA COMMIT/ROLLBACK did not send_ok in some cases
-