mariadb/innobase/dict
aivanov@mysql.com 9eee25472e Fix BUG#14747: "Race condition can cause btr_search_drop_page_hash_index()
to crash".
 Changes from snapshot innodb-5.0-ss52.
 Note that buf_block_t::index should be protected by btr_search_latch
 or an s-latch or x-latch on the index page.
 btr_search_drop_page_hash_index(): Read block->index while holding
 btr_search_latch and use the cached value in the loop. Remove some
 redundant assertions.
 Also fix 13778. When FOREIGN_KEY_CHECKS=0 we still need to check that
 datatypes between foreign key references are compatible.
 Also added test cases to 9802.
2005-12-06 22:02:40 +03:00
..
dict0boot.c InnoDB: Fix ut0dbg compilation errors on NetWare 2005-06-16 15:00:25 +03:00
dict0crea.c InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03:00
dict0dict.c Fix BUG#14747: "Race condition can cause btr_search_drop_page_hash_index() 2005-12-06 22:02:40 +03:00
dict0load.c Fix BUG#14747: "Race condition can cause btr_search_drop_page_hash_index() 2005-12-06 22:02:40 +03:00
dict0mem.c InnoDB: Some low-level optimizations made based on OProfile results. 2005-04-22 14:04:18 +03:00
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00