summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge with MySQL 5.1.55Michael Widenius2011-02-20156-3506/+2189
|\
| * mergeGeorgi Kodinov2011-01-1032-393/+521
| |\
| | * Increment InnoDB Plugin version from 1.0.14 to 1.0.15.Vasil Dimov2011-01-081-1/+1
| | * Followup to vasil.dimov@oracle.com-20110107091222-q23qpb5skev0j9gcVasil Dimov2011-01-071-12/+15
| | * Merge mysql-5.1 -> mysql-5.1-innodbVasil Dimov2011-01-07105-2793/+989
| | |\
| | * | Fix Bug#59327 Fix autoconf usage for innodb_pluginVasil Dimov2011-01-071-10/+14
| | * | Fix Bug #55397 cannot select from innodb_trx when trx_query contains blobsJimmy Yang2011-01-064-3/+19
| | * | (InnoDB Plugin) Fix Bug#59303 Correct URL in crash messageVasil Dimov2011-01-066-7/+7
| | * | (Builtin InnoDB) Fix Bug#59303 Correct URL in crash messageVasil Dimov2011-01-067-9/+9
| | * | Fix Bug #59197 double quote in field comment prevents foreign keyJimmy Yang2011-01-043-2/+7
| | * | Fix Bug #59157 valgrind conditional jump warning from dict_load_foreign.Jimmy Yang2011-01-041-0/+2
| | * | Fix a build error on Windows, introduced by revision-id:Calvin Sun2010-12-271-2/+2
| | * | Bug #55284 Double BLOB free due to lock wait while updating PRIMARY KEYMarko Mäkelä2010-12-216-213/+228
| | * | Bug#58912 InnoDB unnecessarily avoids update-in-place on column prefix indexesMarko Mäkelä2010-12-218-40/+110
| | * | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-12-122-2/+12
| | |\ \
| | * | | Fix Bug #57600 output of I/O sum[%lu] can go negativeJimmy Yang2010-12-092-4/+16
| | * | | Bug#58623: Bogus debug assertion failure in i_s_locks_row_validate()Marko Mäkelä2010-12-011-1/+1
| | * | | RB://518 approved by Jimmy Yang and Sunny bainsunknown2010-11-301-93/+89
| | * | | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-11-293-8/+18
| | |\ \ \
| | * | | | Bug#47350 Support innodb plugin without separate shared objectVasil Dimov2010-11-251-0/+3
| | * | | | Fix bug# 18274 InnoDB auto_increment field reset on OPTIMIZE TABLESunny Bains2010-11-241-11/+13
| * | | | | automergeGeorgi Kodinov2011-01-07105-2793/+989
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | MergeKent Boortz2010-12-29105-2793/+989
| | | |_|/ | | |/| |
| * | | | Backport Bug #58643 InnoDB: too long table name. Also fix Bug #59312 examineJimmy Yang2011-01-066-17/+40
| * | | | mergeGeorgi Kodinov2010-12-172-2/+12
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug#54486 - assert in my_seek, concurrentDmitry Shulga2010-12-101-0/+2
| | * | | Fix for bug#48451: my_seek and my_tell ignore MY_WME flagRamil Kalimullin2010-12-091-2/+10
| | | |/ | | |/|
| | * | mergeGeorgi Kodinov2010-11-263-8/+18
| | |\ \ | | | |/ | | |/|
| * | | Fix Bug# 56228 - Dropping tables from within an active statement crashes serverSunny Bains2010-11-303-3/+123
| * | | Manual-merge from mysql-5.1-bugteam.Ramil Kalimullin2010-11-2229-374/+661
| |\ \ \ | | |/ /
| | * | Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-11-1829-374/+661
| | |\ \
| | | * | 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-1019-250/+371
| | | |\ \
| | | | * \ Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-11-083-4/+26
| | | | |\ \
| | | | * | | 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 areunknown2010-11-021-149/+138
| | | * | | | 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-026-73/+140
| | | |/ / /
| | | * | | 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