summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Write binlog before commit when doing INSERT ... SELECTunknown2003-03-161-0/+7
* merge with 3.23 to get:unknown2003-03-151-0/+8
|\
| * Check for empty table/column namesunknown2003-03-141-0/+8
* | make test result more obviousunknown2003-03-132-2/+3
* | test result updated after mergeunknown2003-03-133-4/+31
* | mergedunknown2003-03-133-5/+33
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-124-1/+26
| |\
| | * Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23unknown2003-03-112-1/+17
| | |\
| | | * fixed bug of unchecked random part of WHERE clause (bug #142)unknown2003-03-112-1/+17
| | * | fixed an obscure bug in group by + having + Item_ref::get_dateunknown2003-03-112-0/+9
| | |/
| * | NEWDATE -> DATE in anylyse() outputunknown2003-03-122-2/+15
| * | Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-111-2/+2
| |\ \ | | |/ | |/|
| | * Changed --debug to append to test instead of creating new trace files.unknown2003-03-091-2/+2
* | | making sure that test works.unknown2003-03-122-2/+2
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-121-1/+1
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-121-1/+1
| |\ \ \
| | * | | Simple fixes (nothing notable)unknown2003-03-121-1/+1
* | | | | A little bit improved test caseunknown2003-03-122-2/+2
* | | | | A bug fix for multi-table updates with InnoDB storage engineunknown2003-03-112-0/+28
|/ / / /
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-115-10/+81
|\ \ \ \ | |/ / / |/| | |
| * | | Openssl testunknown2003-03-115-10/+81
* | | | mergeunknown2003-03-106-31/+95
|\ \ \ \
| * | | | after merge fixesunknown2003-03-104-18/+62
| * | | | Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-107-13/+79
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-104-26/+36
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Don't allow BACKUP TABLE to overwrite filesunknown2003-03-104-26/+36
| | * | | Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_c...unknown2003-03-072-0/+28
* | | | | Merge work:/home/bk/mysql-4.0unknown2003-03-072-0/+34
|\ \ \ \ \
| * | | | | disable partial timestamps in --new modeunknown2003-03-061-2/+2
| * | | | | --new option and local variable to optionally turn onunknown2003-03-052-0/+34
* | | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-03-078-108/+155
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)unknown2003-03-076-123/+124
| * | | | | Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-073-0/+46
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-052-0/+24
| | |\ \ \
| | | * \ \ Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2003-03-042-0/+24
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | fixed Field::eq() to work with CHAR(0) fieldsunknown2003-03-042-0/+24
| | * | | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-034-2/+4
| | |\ \ \ \ | | | |/ / /
| | * | | | A fix for new conditions being defined and upper condition not updatedunknown2003-02-062-0/+6
| | | |/ / | | |/| |
* | | | | Merge work:/home/bk/mysql-4.0unknown2003-03-047-9/+89
|\ \ \ \ \
| * | | | | - added missing file mysql-test/std_data/des_key_file to source and binaryunknown2003-03-041-0/+2
| |/ / / /
| * | | | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0unknown2003-03-043-4/+32
| |\ \ \ \
| | * | | | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-043-4/+32
| * | | | | Replication: small bug fixes in mysql-test-run.sh and in replication code (mo...unknown2003-03-032-5/+5
| * | | | | ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL ...unknown2003-03-022-0/+50
* | | | | | optimizer should check for "field LIKE const" not "field like STRING"unknown2003-03-022-4/+17
|/ / / / /
* | | | | Merge work:/home/bk/mysql-4.0unknown2003-03-022-0/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix auto-increment in sub-key and insert ... selectunknown2003-03-022-0/+18
* | | | | LOAD DATA INFILE is not replicated if replicate_*_table is setunknown2003-02-282-0/+0
* | | | | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0unknown2003-02-281-1/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Added copying of *.slave-mi mysql-test filesunknown2003-02-281-1/+3