summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test result updated to match [incorrect] mysql result.Sergei Golubchik2010-11-051-1/+1
* mysql-5.1 -> mysql-5.5 mergeSergei Golubchik2010-11-0594-1163/+2031
|\
| * bumped up the versionGeorgi Kodinov2010-11-031-1/+1
| * Merge from mysql-5.1.52-releaseunknown2010-11-01155-1815/+4059
| |\
| | * Fix bug #57345unknown2010-10-113-3/+31
| | * Fix Bug #57255 Cascade Delete results in "Got error -1 from storage engine".Jimmy Yang2010-10-067-0/+114
| | * merge of 5.1-bugteam into 5.1-securityGeorgi Kodinov2010-10-06148-1803/+3837
| | |\
| | | * mergeGeorgi Kodinov2010-10-052-14/+78
| | | |\
| | | | * Bug #56428: Replace copyright notice removed from SHA1 code (.h)Georgi Kodinov2010-10-051-2/+35
| | | | * Bug #56427 : Replace copyright notice removed from SHA1 codeGeorgi Kodinov2010-10-051-12/+43
| | | * | mergedGeorgi Kodinov2010-10-052-138/+136
| | | * | merged 5.0-bugteam into 5.1-bugteamGeorgi Kodinov2010-10-052-3/+11
| | | |\ \ | | | | |/
| | | | * Disable NDB tests to run by default.Georgi Kodinov2010-10-053-5/+14
| | | | * mergeGeorgi Kodinov2010-10-050-0/+0
| | | | |\
| | | * | \ merged mysql-5.1 into mysql-5.1-bugteamGeorgi Kodinov2010-10-0548-133/+813
| | | |\ \ \
| | | * \ \ \ Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-10-047-72/+105
| | | |\ \ \ \
| | | | * | | | Bug#56716 InnoDB locks a record gap without locking the tableMarko Mäkelä2010-10-044-36/+55
| | | | * | | | Bug#56716 InnoDB locks a record gap without locking the tableMarko Mäkelä2010-10-043-36/+50
| | | | * | | | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-10-045-681/+681
| | | | |\ \ \ \
| | | * | | | | | Small test fix after 56753Bjorn Munch2010-10-031-2/+2
| | | * | | | | | merge from 5.1-mtrBjorn Munch2010-10-038-36/+149
| | | |\ \ \ \ \ \
| | | | * | | | | | Bug #20304 mysqltest: reap with no preceding statement hangs foreverBjorn Munch2010-10-011-0/+3
| | | | * | | | | | Bug #52828 Tests that use perl fail when perl is not in pathBjorn Munch2010-09-302-1/+20
| | | | * | | | | | Small test fix after 56753Bjorn Munch2010-09-301-2/+2
| | | | * | | | | | merge from 5.1Bjorn Munch2010-09-29251-2437/+3535
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Bug #56125 MTR2 start-and-exit removes server tmpdir, server becomes not oper...Bjorn Munch2010-09-281-7/+15
| | | | * | | | | | | Bug #56921 It should be possible to log connection statements in mysqltestBjorn Munch2010-09-223-17/+56
| | | | * | | | | | | test fixes after 56753Bjorn Munch2010-09-212-3/+12
| | | | * | | | | | | Bug #55426 mysqltest crashes when trying to unlock not acquired mutexBjorn Munch2010-09-201-0/+3
| | | | * | | | | | | Bug #56753 mtr silently ignores junk after backticksBjorn Munch2010-09-155-3/+29
| | | | * | | | | | | Bug #55426 mysqltest crashes when trying to unlock not acquired mutexBjorn Munch2010-09-141-3/+10
| | | | * | | | | | | Bug #56647 Valgrind warnings for memory leak in mysqltest.ccBjorn Munch2010-09-101-2/+1
| | | * | | | | | | | Automerge.Alexey Kopytov2010-10-0176-962/+1421
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ mergeMattias Jonsson2010-10-018-9/+120
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | | | * | | | | | | mergeMattias Jonsson2010-10-013-7/+48
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Bug#55458: Partitioned MyISAM table gets crashed by multi-table updateMattias Jonsson2010-09-303-7/+48
| | | | | * | | | | | | | mergeMattias Jonsson2010-10-016-2/+72
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | Bug#51851: Server with SBR locks mutex twice onMattias Jonsson2010-10-016-2/+72
| | | | * | | | | | | | | | Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-10-0152-227/+458
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / | | | | |/| | | | | / / / / | | | | | | |_|_|_|/ / / / | | | | | |/| | | | | | |
| | | | | * | | | | | | | Fix Bug#56340 innodb updates index stats too frequently after non-index updatesVasil Dimov2010-09-302-2/+12
| | | | | * | | | | | | | Fix a potential bug when using __sync_lock_test_and_set()Vasil Dimov2010-09-301-1/+1
| | | | | * | | | | | | | Increment InnoDB Plugin version to 1.0.13.Vasil Dimov2010-09-281-1/+1
| | | | | * | | | | | | | Silence a GCC warning about reaching the end of non-void funcVasil Dimov2010-09-281-1/+1
| | | | | * | | | | | | | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-09-28193-1555/+4766
| | | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Fix typo, should be UNIV_SYNC_DEBUG.Vasil Dimov2010-09-151-4/+4
| | | | | * | | | | | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-151-3/+0
| | | | | * | | | | | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-151-2/+0
| | | | | * | | | | | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-151-2/+1
| | | | | * | | | | | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-151-2/+7
| | | | | * | | | | | | | | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-151-5/+0