summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Fixed LP BUG#615378 Incorrect processing of NULL result in Item_cache fixed.unknown2010-11-092-0/+83
* Automerge with 5.2Michael Widenius2010-11-0510-35/+200
|\
| * Automatic merge with MariaDB 5.1Michael Widenius2010-11-042-0/+29
| |\
| | * MBug#643463: slow XtraDB shutdown due to 10 second sleep in purge threadunknown2010-11-032-0/+29
| * | Automatic merge with 5.1Michael Widenius2010-11-048-35/+171
| |\ \ | | |/
| | * Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-028-35/+171
* | | MergeIgor Babaev2010-11-022-0/+182
|\ \ \
| * \ \ MergeIgor Babaev2010-11-027-6/+14
| |\ \ \
| * | | | Fixed LP bug #669420.Igor Babaev2010-11-022-0/+183
* | | | | Removed empty lines.Igor Babaev2010-11-021-4/+0
| |/ / / |/| | |
* | | | mergeSergei Golubchik2010-11-027-6/+14
|\ \ \ \ | |/ / / |/| | |
| * | | merge w/ 5.2Sergei Golubchik2010-11-027-6/+14
| |\ \ \ | | |/ /
| | * | fix LIKE in a vcol function, broken by a fix for mysql bug#54568.Sergei Golubchik2010-10-303-5/+5
| | * | merge w/ 5.1Sergei Golubchik2010-10-294-1/+9
| | |\ \ | | | |/
| | | * Fix test failure (timeout) in --valgrind tests in Buildbot.unknown2010-10-272-0/+5
| | | * Make the skip-on-windows check as the first one, as the master-slave include ...unknown2010-10-261-1/+1
* | | | Fixed bug #665049.Igor Babaev2010-10-292-0/+394
|/ / /
* | | 5.2 mergeSergei Golubchik2010-10-28116-555/+2139
|\ \ \ | |/ /
| * | merge with 5.1Sergei Golubchik2010-10-25113-554/+2133
| |\ \ | | |/
| | * updated test resultsSergei Golubchik2010-10-201-1/+1
| | * Merge XtraDB from Percona-server-5.1.51-12 into MariaDB.unknown2010-10-194-90/+105
| | |\
| | | * Merge XtraDB from Percona-server-5.1.51-12 into MariaDB.unknown2010-10-194-90/+105
| | | |\
| | * | \ 5.1.51 mergeSergei Golubchik2010-10-19108-463/+2027
| | |\ \ \ | | | |/ / | | |/| |
| | | * | BUG#55675 rpl.rpl_log_pos fails sporadically with error binlog truncated in t...mysql-5.1.51clone-5.1.51-buildAlfranio Correia2010-09-101-0/+1
| | | * | Fix for bug#56679: gis.test: valgrind errorRamil Kalimullin2010-09-091-3/+3
| | | * | main.gis-rtree, main.type_float and main.type_newdecimalSergey Vojtovich2010-09-081-0/+3
| | | * | Post fix following fix for bug55531: Disabling testcase forKristofer Pettersson2010-09-072-62/+31
| | | * | Manual resolve of mysql-test/r/gis.resultKristofer Pettersson2010-09-0714-0/+220
| | | |\ \
| | | | * \ Merge from mysql-5.1-bugteam to mysql-5.1-securityJimmy Yang2010-09-0112-0/+180
| | | | |\ \
| | | | | * \ automerge local --> 5.1-bugteam (bug 53034)Gleb Shchepa2010-08-312-0/+22
| | | | | |\ \
| | | | | | * | Bug #53034: Multiple-table DELETE statements not acceptingGleb Shchepa2010-08-312-0/+22
| | | | | * | | Automerge.Ramil Kalimullin2010-08-302-0/+25
| | | | | |\ \ \
| | | | | | * \ \ Automerge.Alexey Kopytov2010-08-302-0/+25
| | | | | | |\ \ \
| | | | | | | * | | Bug #54465: assert: field_types == 0 || field_types[field_pos]Alexey Kopytov2010-08-272-0/+25
| | | | | | | |/ /
| | | | | * | | | Fix for bug #51875: crash when loading data into geometry function polyfromwkbRamil Kalimullin2010-08-302-0/+17
| | | | | |/ / /
| | | | | * | | Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-08-281-0/+2
| | | | | |\ \ \ | | | | | | |/ / | | | | | |/| |
| | | | | | * | Disable all innodb_plugin tests on Solaris until the problem is resolved.Vasil Dimov2010-08-171-0/+2
| | | | | * | | Automerge.Alexey Kopytov2010-08-262-0/+88
| | | | | |\ \ \
| | | | | | * | | Fixed race condition in a test case for BUG#55580.Sergey Vojtovich2010-08-261-0/+5
| | | | | | * | | Bug #55656: mysqldump can be slower after bug 39653 fix.Evgeny Potemkin2010-08-262-0/+83
| | | | | * | | | Bug #54802: 'NOT BETWEEN' evaluation is incorrectAlexey Kopytov2010-08-242-0/+25
| | | | | |/ / /
| | | | | * | | post push test fixMattias Jonsson2010-08-201-0/+1
| | | | * | | | Bug #53544: Server hangs during JOIN query in stored procedureAlexey Kopytov2010-08-262-0/+40
| | | * | | | | Bug#55531 crash with conversions of geometry types / stringsKristofer Pettersson2010-09-072-73/+35
| | | |/ / / /
| | | * | | | Automerge.Alexey Kopytov2010-08-242-0/+97
| | | |\ \ \ \
| | | | * | | | Bug #55568: user variable assignments crash server when usedAlexey Kopytov2010-08-242-0/+97
| | | * | | | | mergeGeorgi Kodinov2010-08-2092-474/+1575
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | * | | | mergeGeorgi Kodinov2010-08-208-3/+160
| | | | |\ \ \ \
| | | | * \ \ \ \ mergeMattias Jonsson2010-08-196-0/+47
| | | | |\ \ \ \ \
| | | | | * | | | | Bug#46086: crash when dropping a partitioned tableMattias Jonsson2010-07-086-0/+47