summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* mergeSergei Golubchik2012-04-0725-201/+349
|\
| * Fixed LP bug #972973.Igor Babaev2012-04-072-0/+45
| * Merge.Igor Babaev2012-04-062-0/+49
| |\
| | * Fixed bug #915222.Igor Babaev2012-04-062-0/+49
| * | mergeSergei Golubchik2012-04-0557-3533/+2338
| |\ \
| | * \ mergeSergei Golubchik2012-04-0555-3527/+2113
| | |\ \
| | | * \ mysql-5.1.62 mergeSergei Golubchik2012-04-0555-3526/+2108
| | | |\ \
| | | | * \ merge mysql-5.1->mysql-5.1-securityGeorgi Kodinov2012-02-182-0/+337
| | | | |\ \
| | | | * \ \ merge mysql-5.1->mysql-5.1-securityGeorgi Kodinov2012-02-175-9/+9
| | | | |\ \ \
| * | | | | | | Fix of LP bug#968720.unknown2012-04-052-0/+76
| * | | | | | | Make test results stable.Sergey Petrunya2012-04-044-9/+10
| * | | | | | | Merge with 5.2Michael Widenius2012-04-045-34/+34
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge with 5.1Michael Widenius2012-04-045-35/+35
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fixed test cases that changed as part of fixing bugs with record count and pa...Michael Widenius2012-04-045-35/+35
| * | | | | | | MergeSergey Petrunya2012-04-0413-116/+120
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ MergeSergey Petrunya2012-04-0213-116/+120
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | BUG#913030: Optimizer chooses a suboptimal excution plan for Q18 from DBT-3Sergey Petrunya2012-04-0213-116/+120
| * | | | | | | | Merge with 5.2Michael Widenius2012-04-043-7/+35
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge with 5.1Michael Widenius2012-04-043-7/+35
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Fixed lp:970528 "Server crashes in my_strnncollsp_simple on LEFT JOIN with CS...Michael Widenius2012-04-043-7/+35
* | | | | | | | Merge of compatibility fixesMichael Widenius2012-04-0222-35/+105
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge from 5.2Michael Widenius2012-03-302-0/+24
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Automatic mergeMichael Widenius2012-03-302-0/+24
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fixed bug lp:967914 "CHECK TABLE persistently reports table corruption after ...Michael Widenius2012-03-302-0/+24
| * | | | | | | mergeSergei Golubchik2012-03-301-0/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | mergeSergei Golubchik2012-03-291-0/+3
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | fix the test case for windows: replace_result \\ /Sergei Golubchik2012-03-291-0/+3
| * | | | | | | remove race conditions from the testSergei Golubchik2012-03-292-15/+7
| * | | | | | | Automatic mergeMichael Widenius2012-03-282-3/+46
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | Merge with 5.1Michael Widenius2012-03-282-3/+46
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fixed lp:944422 "mysql_upgrade destroys Maria tables?"Michael Widenius2012-03-282-3/+46
* | | | | | | automatic mergeMichael Widenius2012-04-022-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Partial fix for lp:886476 [PATCH] disable testsMichael Widenius2012-04-022-2/+2
* | | | | | | | 1. support for testing statically built oqgraphSergei Golubchik2012-03-302-2/+3
* | | | | | | | Fix race in rpl.rpl_checksum.unknown2012-03-292-4/+7
* | | | | | | | 5.3 mergeSergei Golubchik2012-03-289-100/+923
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | BUG#965872: Server crashes in embedding_sjm on a simple 1-table select with A...Sergey Petrunya2012-03-274-0/+37
| * | | | | | | MergeSergey Petrunya2012-03-264-5/+181
| |\ \ \ \ \ \ \
| | * | | | | | | BUG#951283: Wrong result (missing rows) with semijoin+firstmatch, IN/ANY subq...Sergey Petrunya2012-03-264-5/+181
| * | | | | | | | Bug fix for MySQL bug#61209 "auto_increment_offset != 1 + innodb_autoinc_lock...Michael Widenius2012-03-264-178/+271
| * | | | | | | | Sorted some test results that can be different on different machinesMichael Widenius2012-03-264-103/+105
| |/ / / / / / /
| * | | | | | | BUG#951937: Wrong result (missing rows) with semijoin+materialization, IN sub...Sergey Petrunya2012-03-264-0/+353
| * | | | | | | BUG#962667: Assertion `0' failed in QUICK_INDEX_SORT_SELECT::need_sorted_outp...Sergey Petrunya2012-03-254-0/+149
* | | | | | | | debug_sync is now a service, available to dynamically loaded plugins.Sergei Golubchik2012-03-281-3/+3
* | | | | | | | mysql-5.5.22 mergeSergei Golubchik2012-03-2871-67/+1132
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | addendum to the --builtin-innodb depreacation bug. Fixing test suite output.Georgi Kodinov2012-02-191-1/+2
| * | | | | | | Addendum to BUG#13586262 : fixed a wrong test suite outputGeorgi Kodinov2012-02-181-1/+2
| * | | | | | | merge mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-02-182-0/+335
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2012-02-172-0/+335
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Bug#13721257 RACE CONDITION IN UPDATES OR INSERTS OF WIDE RECORDSMarko Mäkelä2012-02-172-0/+337
| | | | |_|_|_|/ | | | |/| | | |