summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Simple fixes (nothing notable)monty@mashka.mysql.fi2003-03-121-1/+1
* mergemonty@narttu.mysql.fi2003-03-106-31/+95
|\
| * after merge fixesmonty@narttu.mysql.fi2003-03-104-18/+62
| * Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-107-13/+79
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@narttu.mysql.fi2003-03-104-26/+36
| | |\
| | | * Don't allow BACKUP TABLE to overwrite filesmonty@narttu.mysql.fi2003-03-104-26/+36
| | * | Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_c...monty@mashka.mysql.fi2003-03-072-0/+28
* | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-03-072-0/+34
|\ \ \ \
| * | | | disable partial timestamps in --new modeserg@serg.mysql.com2003-03-061-2/+2
| * | | | --new option and local variable to optionally turn onserg@serg.mysql.com2003-03-052-0/+34
* | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-03-078-108/+155
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)monty@mashka.mysql.fi2003-03-076-123/+124
| * | | | Merge to get fix for LOCK TABLES + DROP TABLE in another threadmonty@mashka.mysql.fi2003-03-073-0/+46
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2003-03-052-0/+24
| | |\ \
| | | * \ Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2003-03-042-0/+24
| | | |\ \ | | | | |/ | | | |/|
| | | | * fixed Field::eq() to work with CHAR(0) fieldsserg@serg.mysql.com2003-03-042-0/+24
| | * | | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2003-03-034-2/+4
| | |\ \ \ | | | |/ /
| | * | | A fix for new conditions being defined and upper condition not updatedSinisa@sinisa.nasamreza.org2003-02-062-0/+6
| | | |/ | | |/|
* | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-03-047-9/+89
|\ \ \ \
| * | | | - added missing file mysql-test/std_data/des_key_file to source and binarylenz@mysql.com2003-03-041-0/+2
| |/ / /
| * | | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-03-043-4/+32
| |\ \ \
| | * | | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...monty@narttu.mysql.fi2003-03-043-4/+32
| * | | | Replication: small bug fixes in mysql-test-run.sh and in replication code (mo...guilhem@mysql.com2003-03-032-5/+5
| * | | | ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL ...guilhem@mysql.com2003-03-022-0/+50
* | | | | optimizer should check for "field LIKE const" not "field like STRING"serg@serg.mysql.com2003-03-022-4/+17
|/ / / /
* | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-03-022-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | fix auto-increment in sub-key and insert ... selectserg@serg.mysql.com2003-03-022-0/+18
* | | | LOAD DATA INFILE is not replicated if replicate_*_table is setmonty@narttu.mysql.fi2003-02-282-0/+0
* | | | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-02-281-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Added copying of *.slave-mi mysql-test filesmonty@narttu.mysql.fi2003-02-281-1/+3
* | | | Integer values between 9223372036854775807 and 9999999999999999999 are nowmonty@narttu.mysql.fi2003-02-272-8/+2
* | | | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-02-265-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | merge with 3.23 to get corrected error message files and rename of files in m...monty@narttu.mysql.fi2003-02-263-1/+1
| |\ \ \ | | |/ /
| | * | change 'slave-master-info.opt' to .slave-mi to avoid problems with long filen...monty@narttu.mysql.fi2003-02-263-1/+1
| | |/
| * | Safety fix (caused a core dump on slave during shutdown when shutting down re...monty@narttu.mysql.fi2003-02-262-0/+4
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-02-251-0/+6
|\ \ \ | |/ /
| * | Portability fixmonty@narttu.mysql.fi2003-02-251-0/+6
* | | fixed againserg@serg.mysql.com2003-02-251-2/+2
* | | fix a bug in the testserg@serg.mysql.com2003-02-252-4/+8
|/ /
* | test updatedserg@serg.mysql.com2003-02-242-11/+10
* | tests updatedserg@serg.mysql.com2003-02-222-4/+9
* | Applied Sinisa's patch:lenz@mysql.com2003-02-192-0/+12
* | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0bell@sanja.is.com.ua2003-02-1710-26/+121
|\ \
| * | Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-1710-26/+121
* | | fixed invalidation of query cache on LOAD DATAbell@sanja.is.com.ua2003-02-142-1/+22
|/ /
* | Better fix for count(distinct) bugmonty@mashka.mysql.fi2003-02-101-1/+4
* | count(distint) on an empty table crash fixedserg@sergbook.mysql.com2003-02-102-0/+14
* | Fix problem in MIN/MAX optimisation (from last patch)monty@mashka.mysql.fi2003-02-074-4/+29
* | Added test for SHOW CREATEmonty@mashka.mysql.fi2003-02-072-0/+91
* | Added START TRANSACTION syntaxmonty@mashka.mysql.fi2003-02-069-10/+75