summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-1015-25/+32
* mergeMattias Jonsson2010-11-158-10/+26
|\
| * Bug#58197: main.variables-big fails on windowsMattias Jonsson2010-11-158-10/+26
* | mergeMattias Jonsson2010-11-156-2/+332
|\ \ | |/ |/|
| * Bug#57890: Assertion failed: next_insert_id == 0Mattias Jonsson2010-11-116-2/+332
* | BUG#58079 - Remove the IBM DB2 storage engineSergey Vojtovich2010-11-1152-19683/+0
* | Fixed bug#54375 - Error in stored procedure leaves connectionDmitry Shulga2010-11-113-1/+74
* | Fixed bug#56619 - Assertion failed duringDmitry Shulga2010-11-103-1/+24
* | Fixed Bug#57386 - main.execution_constants segfault on MIPS64EL.Dmitry Shulga2010-11-101-1/+8
* | Bug#57210: remove pstackDavi Arnaut2010-11-0929-22399/+14
* | merge from 5.1-mtrBjorn Munch2010-11-0914-30/+62
|\ \
| * | Bug #57840 MTR: parallel execution breaks with smart ordering of test casesBjorn Munch2010-11-0514-30/+62
* | | due to merge.Horst.Hunger2010-11-08330-2656/+10741
|\ \ \
| * | | Bug #45288 pb2 returns a lot of compilation warningsJon Olav Hauglid2010-11-081-1/+3
| * | | Bug#58041 : Moved rpl_binlog_row to daily. Run just main suite for ps_row and...Anitha Gopi2010-11-082-0/+9
| * | | A fix and a test case for Bug#47924 -main.log_tables times outDmitry Shulga2010-11-073-3/+32
| * | | BUG#57933 "add -Wdeclaration-after-statement to gcc builds";Guilhem Bichot2010-11-051-0/+1
| | |/ | |/|
| * | mergeGeorgi Kodinov2010-11-0312-16/+198
| |\ \
| | * | bumped up the versionGeorgi Kodinov2010-11-031-1/+1
| | * | Merge from mysql-5.1.52-releasekaren.langford@oracle.com2010-11-01155-1815/+4059
| | |\ \
| | | * | Fix bug #57345karen.langford@oracle.com2010-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
| | | |\ \
| | | * | | result fixSergey Glukhov2010-10-041-8/+8
| | | * | | Bug#54488 crash when using explain and prepared statements with subqueriesSergey Glukhov2010-10-013-11/+44
| | | * | | Bug#54494 crash with explain extended and prepared statementsSergey Glukhov2010-09-233-0/+35
| | | * | | Raise version number after cloning 5.1.51karen.langford@oracle.com2010-09-131-1/+1
| | * | | | Null-merge from mysql-5.1.49sp1-releasehery.ramilison@sun.com2010-10-070-0/+0
| | |\ \ \ \
| | | * | | | Backport into mysql-5.1.49sp1-releasesmenon2010-09-281-1/+1
| | | * | | | Backport into mysql-5.1.49sp1-releasesmenon2010-09-284-12/+45
| | | * | | | Set version number for mysql-5.1.49sp1 releasehery.ramilison@sun.com2010-09-281-1/+1
| | * | | | | bumped the version to 5.1.53Georgi Kodinov2010-10-071-1/+1
| * | | | | | added windows cmake binariesGeorgi Kodinov2010-11-031-0/+9
| * | | | | | Bug #51208: Extra string allocation from thd->mem_root Georgi Kodinov2010-11-021-6/+0
| * | | | | | Bug #52160: crash and inconsistent results when groupingGleb Shchepa2010-10-316-0/+54
| * | | | | | Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-10-2954-350/+4361
| |\ \ \ \ \ \
| | * | | | | | Bug#52062: Compiler warning in os0file.c on windows 64-bitCalvin Sun2010-10-281-6/+22
| | * | | | | | Bug#52062: Compiler warning in os0file.c on windows 64-bitCalvin Sun2010-10-271-4/+20
| | * | | | | | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-10-2790-250/+876
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Fixed bug numbers in disabled.def filesAnitha Gopi2010-10-273-5/+5
| * | | | | | | merge from 5.1-mtrBjorn Munch2010-10-2519-37/+46
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Follow-up to Bug #55582 which allows checking strings in ifBjorn Munch2010-10-2115-26/+26
| | * | | | | | Fixed wrong feof check in read_line, see 52019Bjorn Munch2010-10-201-1/+1
| | * | | | | | Fixed missing cast of arg to my_mbcharlenBjorn Munch2010-10-201-1/+1
| | * | | | | | 48863 followup: move an array declaration out from within if blockBjorn Munch2010-10-201-1/+1
| | * | | | | | Bug #52019 main.mysqltest fails on new tests for lowercase_resultBjorn Munch2010-10-201-1/+1
| | * | | | | | Bug #56654 pb2 log is very hard to readBjorn Munch2010-10-191-4/+13
| | * | | | | | Bug #52828 Tests that use perl fail when perl is not in pathBjorn Munch2010-10-191-1/+1
| | * | | | | | Test wait_timeout: do not fail by SQL syntax error, use dieBjorn Munch2010-10-191-2/+2
| * | | | | | | Bug#27606 GRANT statement should be replicated with DEFINER information2010-10-236-8/+58