summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge with MySQL 5.1.53Michael Widenius2010-11-2540-374/+989
|\
| * merge to 5.1-securityGeorgi Kodinov2010-10-2940-355/+936
| |\
| | * 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
| | * | Fix Bug#57252 disabling innobase_stats_on_metadata disables ANALYZEVasil Dimov2010-10-182-5/+22
| | * | Remove leftover conflict markerVasil Dimov2010-10-151-1/+0
| | * | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-10-1525-57/+474
| | |\ \ | | | |/
| | | * Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-072-12/+0
| | * | Add InnoDB Plugin ChangeLog entry for Bug#56143Vasil Dimov2010-10-151-0/+6
| | * | Fix the formatting in storage/innodb_plugin/ChangeLogVasil Dimov2010-10-151-14/+17
| | * | Remove an unused counter variable in io_handler_thread().Jimmy Yang2010-10-141-1/+0
| | * | Fix Bug#56143 too many foreign keys causes output of show create table to bec...Vasil Dimov2010-10-141-2/+0
| | * | Fix Bug#56143 too many foreign keys causes output of show create table to bec...Vasil Dimov2010-10-131-2/+0
| | * | Fix Bug #57397 io_handler_thread() will never cleanupJimmy Yang2010-10-132-4/+6
| | * | Bug#56632 - The warning code related to KEY_BLOCK_SIZE and ROW_FORMAT when i...unknown2010-10-121-8/+9
| * | | 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
| |\ \ \ | | |/ /
| | * | A more complete fix for bug #57345 btr_pcur_store_position abort for loadJimmy Yang2010-10-113-2/+31
| | * | Bug# 56982 Assertion Failure from ha_innobase::innobase_peek_autoinc() when a...Sunny Bains2010-10-111-1/+5
| * | | 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 with MySQL 5.1.52Michael Widenius2010-11-2355-323/+292
|\ \ \ \
| * | | | Fix bug #57345unknown2010-10-113-3/+31
| |/ / /
| * | | Fix Bug #57255 Cascade Delete results in "Got error -1 from storage engine".Jimmy Yang2010-10-063-0/+22
| | |/ | |/|
| * | merged mysql-5.1 into mysql-5.1-bugteamGeorgi Kodinov2010-10-0523-45/+474
| |\ \ | | |/ | |/|
| * | Bug#56716 InnoDB locks a record gap without locking the tableMarko Mäkelä2010-10-042-36/+41
| * | Bug#56716 InnoDB locks a record gap without locking the tableMarko Mäkelä2010-10-041-36/+36
| * | 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-284-23/+9
| |\ \
| | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-09-244-23/+9
| * | | 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