- 27 Mar, 2005 1 commit
-
-
dlenev@brandersnatch.localdomain authored
#6559 "DROP DATABASE forgets to drop triggers". If we drop table we should also drop all triggers associated with it. To do this we have to check for existence of .TRG file when we are dropping table and delete it too.
-
- 25 Mar, 2005 27 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
provide created shared memory objects with proper access rights to make them usable when client and server are running under different accounts. Post review fixes.
-
brian@zim.(none) authored
-
brian@zim.(none) authored
-
brian@zim.(none) authored
-
brian@zim.(none) authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
brian@zim.(none) authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
brian@zim.(none) authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
bar@eagle.intranet.mysql.r18.ru authored
into eagle.intranet.mysql.r18.ru:/home/bar/mysql-5.0
-
bar@mysql.com authored
Don't run GBK test if not GBK support was compiled.
-
bar@eagle.intranet.mysql.r18.ru authored
Moving UCS2 test into ctype_ucs Bug#9232 Test failure: mysql_client_test and type_newdecimal
-
bar@eagle.intranet.mysql.r18.ru authored
into eagle.intranet.mysql.r18.ru:/home/bar/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-5.0.8941
-
bar@mysql.com 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
-
gluh@gluh.mysql.r18.ru authored
-skip the print of 'MAX_ROWS=#' for 'SHOW CRETAE TABLE' with information schema tables
-
bar@eagle.intranet.mysql.r18.ru authored
post-merge fix. ,
-
bar@eagle.intranet.mysql.r18.ru authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
brian@zim.(none) authored
-
- 24 Mar, 2005 12 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
gbichot@quadita2.mysql.com authored
-
gbichot@quadita2.mysql.com authored
result update (default value changed from 4.1 to 5.0)
-
gbichot@quadita2.mysql.com authored
into quadita2.mysql.com:/nfstmp1/guilhem/mysql-5.0-4ita
-
bar@mysql.com authored
Wrong help string fix.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1
-
bar@mysql.com authored
in some cases, because "charset(x) = 'string'" was considered as "x is not null" due to incorrect not_null_tables().
-
gbichot@quadita2.mysql.com authored
-
gluh@gluh.mysql.r18.ru authored
there was no check of result of table->file->write_row() function. When count of rows was more than table max_rows(HEAP table) the following recodrs were not inserted to the table -'schema_table_store_record' function is added. The function checks result of write_row function and convert HEAP table to MyISAM if necessary - Result check after write_row is added into all I_S function which store the records to I_S tables
-