summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MergeKent Boortz2010-12-29105-2793/+989
* 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
|\
| * merge to 5.1-securityGeorgi Kodinov2010-10-2940-355/+936
| |\
| * | Fix bug #57700 Latching order violation in row_truncate_table_for_mysql().Jimmy Yang2010-10-242-9/+20
| * | Fix bug #57616 Sig 11 in dict_load_table() when failed to load indexJimmy Yang2010-10-203-4/+10
| * | Merge Bug #57345, Bug #56982, Bug#53307 test from mysql-5.1-innodbMarko Makela2010-10-114-3/+37
| |\ \
| * | | Bug #56947 InnoDB leaks memory when failing to create a tableMarko Mäkelä2010-10-112-9/+18
| * | | Bug #56947 InnoDB leaks memory when failing to create a tableMarko Mäkelä2010-10-111-0/+1
* | | | 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 arekevin.lewis@oracle.com2010-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
| * | | | | White-space corrections in the InnoDB Plugin ChangeLogMarko Mäkelä2010-11-021-5/+5
| | |_|_|/ | |/| | |
* | | | | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-103-5/+3
* | | | | BUG#58079 - Remove the IBM DB2 storage engineSergey Vojtovich2010-11-1131-18135/+0
| |/ / / |/| | |
* | | | mergeGeorgi Kodinov2010-11-033-4/+26
|\ \ \ \ | |/ / / |/| | |
| * | | 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-063-0/+22
* | | 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-275-12/+16
|\ \ \
| * | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-202-3/+2
| * | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-2/+2
| * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-10-191-4/+6
| * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-10-191-3/+6
* | | | Bug #57611 ibdata file and continuous growing undo logsInaam Rana2010-10-262-28/+8
* | | | Fix bug #57700 Latching order violation in row_truncate_table_for_mysql().Jimmy Yang2010-10-242-9/+20
* | | | Fix Bug #57616 Sig 11 in dict_load_table() when failed to loadJimmy Yang2010-10-203-4/+10
* | | | Fix Bug#53916 storage/innodb_plugin does not compile on NetBSD/sparc64Vasil Dimov2010-10-191-2/+3
* | | | Bug #56680 wrong InnoDB results from a case-insensitive covering indexMarko Mäkelä2010-10-1914-111/+379
* | | | Bug #56680 wrong InnoDB results from a case-insensitive covering indexMarko Mäkelä2010-10-1915-144/+407
* | | | Fix Bug#57252 disabling innobase_stats_on_metadata disables ANALYZEVasil Dimov2010-10-183-5/+28