summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin
Commit message (Expand)AuthorAgeFilesLines
* Document Bug#54009 in the InnoDB Plugin ChangeLog.Marko Mäkelä2010-06-081-0/+6
* Bug#54009: Server crashes when data is selected from non backed up tableMarko Mäkelä2010-06-081-0/+1
* buf_page_get_gen(): Pass file,line to rw_lock_x_lock().Marko Mäkelä2010-06-081-1/+1
* Remove unncessary name comapre in innobase_get_mysql_key_number_for_index()Jimmy Yang2010-06-031-2/+1
* Document the Bug #53674 fix in the InnoDB PluginMarko Mäkelä2010-06-021-0/+7
* Bug#53674: InnoDB: Error: unlock row could not find a 4 mode lock on the recordMarko Mäkelä2010-06-027-211/+288
* fil_print_orphaned_tablespaces(): Unused function, remove.Marko Mäkelä2010-06-022-43/+0
* Document Bug #48197 fixMarko Mäkelä2010-06-011-0/+5
* Bug#48197: Concurrent rw_lock_free may cause assertion failureMarko Mäkelä2010-06-012-16/+13
* Minor cleanup.Marko Mäkelä2010-06-013-29/+23
* Document the Bug #53812 fix.Marko Mäkelä2010-06-011-0/+6
* Bug#53812: assert row/row0umod.c line 660 in txn rollback after crash recoveryMarko Mäkelä2010-06-011-19/+49
* Merge a change from mysql-trunk-innodb:Vasil Dimov2010-05-311-0/+1
* 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-201-2/+2
|\ \ | |/
| * Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-201-2/+2
* | Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innodb_plugin:Vasil Dimov2010-05-202-3/+8
|/
* 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
* 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
|\