summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Manual-merge from mysql-5.1-bugteam.Ramil Kalimullin2010-11-2253-1165/+2271
|\
| * Bug#57994: Compiler flag change build error : my_redel.cDavi Arnaut2010-11-201-1/+1
| * Bug #50021: Windows standard configuration files are showing Linux Georgi Kodinov2010-11-187-57/+35
| * merge from 5.1-mtrBjorn Munch2010-11-193-5/+30
| |\
| | * Bug #58257 mysqltest: in if(), ! $var with space is always falseBjorn Munch2010-11-173-1/+14
| | * Bug #58087 mysqltest re-evaluates 'let' expressions infinitelyBjorn Munch2010-11-153-4/+16
| | * merge from 5.1 up to rev 3471Bjorn Munch2010-11-14130-602/+3116
| | |\
| * | \ Merge mysql-5.1-bugteam from bk-internal into my local repoVasil Dimov2010-11-183-8/+31
| |\ \ \
| | * | | Bug#57279 updatexml dies with: Assertion failed: str_arg[length] == 0Alexander Barkov2010-11-183-8/+31
| * | | | Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-11-1839-1094/+2171
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix a debug assertion failure in the Bug#57802 fix.Marko Mäkelä2010-11-111-2/+3
| | * | | Remove unused parameter has_dict_mutex of dict_update_statistics_low()Vasil Dimov2010-11-113-44/+7
| | * | | Bug#57802 Empty ASSERTION parameter passed to the HASH_SEARCH macroMarko Mäkelä2010-11-113-12/+77
| | * | | Declarations and code do not mix in C90, not even within UNIV_DEBUG.Marko Mäkelä2010-11-112-4/+7
| | * | | Fix Bug #48026 Log start and end of InnoDB buffer pool initializationJimmy Yang2010-11-105-9/+24
| | * | | Port fix for Bug #48026 to 5.1 built-in and plugin: Log start and endJimmy Yang2010-11-103-0/+48
| | * | | Merge mysql-5.1-innodb from bk-internal into my local repoVasil Dimov2010-11-1051-992/+2086
| | |\ \ \
| | | * \ \ Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-11-0827-26/+306
| | | |\ \ \
| | | * | | | row_ins_index_entry(): Note that only CREATE INDEX sets foreign=FALSE.Marko Mäkelä2010-11-042-2/+4
| | | * | | | Add change log entry for bug#54538 fix.Sunny Bains2010-11-041-0/+7
| | | * | | | rw_lock_debug_print(): Output the thread ID in unsigned format.Marko Mäkelä2010-11-032-2/+2
| | | * | | | Bug#57947 InnoDB diagnostics shows btr_block_get calls instead of real callersMarko Mäkelä2010-11-034-47/+48
| | | * | | | Non-functional change: Remove bogus const qualifiersMarko Mäkelä2010-11-036-13/+13
| | | * | | | Fix Bug #54538 - use of exclusive innodb dictionary lock limits performance.Sunny Bains2010-11-035-34/+134
| | | * | | | In this patch, existing tests innodb_bug54679.test and innodb_bug56632.test arekevin.lewis@oracle.com2010-11-029-869/+1573
| | * | | | | Add ChangeLog entry for Bug#53046Vasil Dimov2010-11-031-0/+8
| | * | | | | Fix Bug#53046 dict_update_statistics_low can still be run concurrently on sam...Vasil Dimov2010-11-028-73/+215
| | |/ / / /
| | * | | | Increment InnoDB Plugin version to 1.0.14.Vasil Dimov2010-11-021-1/+1
| | * | | | Bug#57799 READ UNCOMMITTED access failure of off-page DYNAMIC or COMPRESSEDMarko Mäkelä2010-11-022-0/+18
| | * | | | White-space corrections in the InnoDB Plugin ChangeLogMarko Mäkelä2010-11-021-5/+5
* | | | | | Auto-merge from mysql-5.1-bugteam.Ramil Kalimullin2010-11-18172-42247/+771
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Bug#57994: Compiler flag change build error : my_redel.cDavi Arnaut2010-11-171-2/+2
| * | | | | 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
| | |\ \ \ \