summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-109-68/+82
|\
| * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-3/+3
| * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-108-65/+79
| * This is to fix a special case for the fix on bug #53592, where theJimmy Yang2010-05-281-0/+20
| * Fix the printout in for long semaphore waits to notInaam Rana2010-05-271-1/+3
| * Update ChangeLog for bug fix regarding 53582.Jimmy Yang2010-05-251-0/+6
| * Fix Bug #53592 in plugin code, "crash replacing duplicates into tableJimmy Yang2010-05-254-44/+65
| * Merge mysql-5.1-innodb from bk-internal into my local treeVasil Dimov2010-05-252-5/+16
| |\
| | * row_search_for_mysql(): Add assertions to track down Bug #53627.Marko Mäkelä2010-05-251-0/+7
| | * Suppress bogus Valgrind warnings about buf_buddy_relocate()Marko Mäkelä2010-05-251-5/+9
| * | Merge mysql-5.1-innodb from bk-internal into my local treeVasil Dimov2010-05-257-90/+130
| |\ \ | | |/
| | * Document the Bug #53578 fix.Marko Mäkelä2010-05-241-0/+6
| | * Bug#53578: assert on invalid page access, in fil_io()Marko Mäkelä2010-05-246-90/+124
| * | Fix comments on row_merge_write()Vasil Dimov2010-05-251-2/+4
| |/
| * Merge mysql-5.1-innodb from bk-internal into my local treeVasil Dimov2010-05-202-2/+2
| |\
| | * buf_LRU_free_block(): Correct an error in the comment.Marko Mäkelä2010-05-202-2/+2
| * | Merge mysql-5.1-innodb from bk-internal into my local treeVasil Dimov2010-05-202-4/+4
| |\ \ | | |/
| | * Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-202-4/+4
| * | Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innodb_plugin:Vasil Dimov2010-05-202-3/+8
| * | Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innobase:Vasil Dimov2010-05-204-3/+15
| |/
| * Make UNIV_DEBUG Valgrind friendly in the built-in InnoDB.Marko Mäkelä2010-05-191-13/+10
| * Make UNIV_DEBUG Valgrind friendly. Use | instead of +,Marko Mäkelä2010-05-191-13/+10
| * Silence some more bogus Valgrind warnings on non-32-bit systems. (Bug #53307)Marko Mäkelä2010-05-194-1/+21
| * Add Valgrind checks to compressed BLOB access.Marko Mäkelä2010-05-191-0/+4
| * Document Bug #48024 and Bug #53644 in the ChangeLogMarko Mäkelä2010-05-141-0/+8
| * Make the InnoDB FOREIGN KEY parser understand multi-statements. (Bug #48024)Marko Mäkelä2010-05-1410-52/+100
| * Make the InnoDB FOREIGN KEY parser understand multi-statements. (Bug #48024)Marko Mäkelä2010-05-148-29/+58
| * Remove unused code.Marko Mäkelä2010-05-141-14/+0
| * Document the Bug #53591 fix in the ChangeLog.Marko Mäkelä2010-05-121-0/+6
| * ha_innobase::add_index(): Reset trx->error_state in error handling.Marko Mäkelä2010-05-121-0/+2
| * Document recent fixes in ChangeLog.Marko Mäkelä2010-05-121-0/+16
| * row_merge_drop_temp_indexes(): Do not reference freed memory.Marko Mäkelä2010-05-121-1/+4
| * Merge mysql-5.1-innodb from bk-internal locallyVasil Dimov2010-05-117-7/+35
| |\
| | * Merge a patch from Facebook to fix Bug #53290Marko Mäkelä2010-05-113-6/+18
| | |\
| | | * Merge a contribution from Ryan Mack at Facebook:Marko Mäkelä2010-05-053-6/+18
| | * | Do not demand that buf_page_t be fully initialized on 64-bit systems.Marko Mäkelä2010-05-112-0/+15
| | * | btr_page_split_and_insert(): Add an assertionMarko Mäkelä2010-05-111-0/+1
| | * | Remove a stray expression. Spotted by Sunny Bains.Marko Mäkelä2010-05-111-1/+1
| * | | Raise InnoDB Plugin version from 1.0.8 to 1.0.9.Vasil Dimov2010-05-111-1/+1
| |/ /
| * | Make dict_index_stat_mutex[] static because it is only used in dict0dict.cVasil Dimov2010-05-101-1/+1
| |/
| * Document Bug #53256Marko Mäkelä2010-05-051-0/+6
| * Note the 1.0.7 releaseMarko Mäkelä2010-05-051-0/+4
| * row_merge_drop_temp_indexes(): Load the table via the dictionary cache.Marko Mäkelä2010-05-051-1/+1
| * MergeMarko Mäkelä2010-05-051-0/+6
| |\
| | * Update ChangeLog for bug fix of #53165Jimmy Yang2010-05-051-0/+6
| * | Add Valgrind diagnostics to track down Bug #38999.Marko Mäkelä2010-05-051-0/+16
| |/
| * Add Valgrind diagnostics to track down Bug #38999.Marko Mäkelä2010-05-051-0/+16
| * Port fix for 53165 to InnoDB 5.1 plugin. The change buffering optionsJimmy Yang2010-05-041-21/+58
| * Document Bug #53306 in the InnoDB Plugin ChangeLog.Marko Mäkelä2010-05-041-0/+5
| * fsp_init_file_page_low(): Zero out the page. (Bug #53306)Marko Mäkelä2010-05-042-11/+1