summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-07-042-0/+14
|\
| * New methods unknown2003-07-042-0/+14
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-042-0/+33
|\ \
| * \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-042-0/+33
| |\ \ | | |/ | |/|
| | * fix and test case for the bug #787: HANDLER without INDEX doesn't work with d...unknown2003-07-042-0/+33
* | | enabling HA_READ_PREFIX_LAST_OR_PREVunknown2003-07-041-0/+2
|/ /
* | FIELD() now takes in account arguments collationsunknown2003-07-032-0/+32
* | Row comparison now does compare field collations, e.g.unknown2003-07-032-0/+46
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-07-032-2/+4
|\ \
| * | Fixed test case to be more portableunknown2003-07-032-2/+4
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-07-0111-38/+211
|\ \ \ | |/ /
| * | Fixed testcases and bug introduced by last changesetunknown2003-07-012-2/+2
| * | mergeunknown2003-07-019-36/+209
| |\ \
| | * | Fix needed to support MERGE tables in different databasesunknown2003-07-012-8/+14
| | * | LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id.unknown2003-06-302-1/+10
| | * | Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LI...unknown2003-06-304-9/+144
| | * | Allow one to use MERGE tables with tables from different databasesunknown2003-06-273-20/+43
* | | | mergedunknown2003-07-012-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed error handling to be able do not interrupt update (907) (SCRUM)unknown2003-06-252-0/+27
| |/ /
* | | mergedunknown2003-06-292-0/+52
|\ \ \
| * | | cond_count moved to SELECT_LEX_NODEunknown2003-06-262-0/+53
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-292-0/+2
|\ \ \ \
| * \ \ \ Merge bk-internal:/home/bk/mysql-4.1/unknown2003-06-292-0/+2
| |\ \ \ \
| | * \ \ \ Merge bk-internal:/home/bk/mysql-4.1/unknown2003-06-272-0/+2
| | |\ \ \ \
| | | * | | | fix test when no InnoDB is presentunknown2003-06-271-0/+2
| | | * | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-06-261-0/+0
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | preload.test:unknown2003-06-261-0/+0
| | | | |/ /
* | | | | | fixed bug #745unknown2003-06-282-0/+5
|/ / / / /
* | | | | Mergeunknown2003-06-282-0/+15
|\ \ \ \ \
| * | | | | fixed BUG #679unknown2003-06-202-0/+15
| | |_|/ / | |/| | |
* | | | | mergingunknown2003-06-282-5/+3
* | | | | mergingunknown2003-06-27166-1188/+4071
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-276-12/+170
| |\ \ \ \
| | * | | | When unifying arguments for comparion, binary strings won character strings,unknown2003-06-272-10/+13
| | * | | | str0 IN (str1, str2, ...) now works according to collation rulesunknown2003-06-272-0/+37
| | | |_|/ | | |/| |
| | * | | BETWEEN now works according to collation rulesunknown2003-06-272-0/+32
| | | |/ | | |/|
| | * | Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4gunknown2003-06-262-2/+34
| | |\ \
| | | * \ Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4gunknown2003-06-0797-419/+1118
| | | |\ \
| | | * \ \ Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4gunknown2003-06-052-3/+47
| | | |\ \ \
| | | * \ \ \ Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4gunknown2003-06-032-2/+34
| | | |\ \ \ \
| | | | * | | | URGENTunknown2003-05-312-2/+34
| | * | | | | | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()unknown2003-06-252-0/+54
| | | |_|_|_|/ | | |/| | | |
| * | | | | | mergingunknown2003-06-192-0/+33
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | fixed bugs 442/443 (reduced subselect in ORDER/GROUP clauses)unknown2003-05-192-0/+34
| * | | | | | after merge fixunknown2003-06-191-2/+0
| * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-19122-852/+2150
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-192-88/+40
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-06-192-88/+40
| | | |\ \ \ \ \ \
| | | | * | | | | | preload.result, preload.test:unknown2003-06-192-88/+40
| | * | | | | | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1unknown2003-06-192-0/+28
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |