mariadb/btr
marko d25fa2c4d9 branches/zip: Remove the buf_block_align() calls from ha0ha.c that caused
an assertion failure in debug builds when a context switch occurred in
buf_LRU_search_and_free_block() before the call to
btr_search_drop_page_hash_index() managed to acquire the mutexes again.

ha_node_t: Add the field buf_block_t* block.

ha_search_and_update_if_found(): Rename to ha_search_and_update_if_found_func()
with added buf_block_t* parameter in debug builds.  Define the wrapper macro
ha_search_and_update_if_found() that always takes the buf_block_t* parameter.

ha_insert_for_fold(): Rename to ha_insert_for_fold_func()
with added buf_block_t* parameter in debug builds.  Define the wrapper macro
ha_insert_for_fold() that always takes the buf_block_t* parameter.
2006-11-13 21:53:09 +00:00
..
btr0btr.c branches/zip: btr_lift_page_up(): Omit father_block from blocks[], 2006-10-26 11:13:59 +00:00
btr0cur.c branches/zip: Remove support for AWE (Intel PAE on Win32). 2006-10-30 13:48:08 +00:00
btr0pcur.c branches/zip: Remove support for AWE (Intel PAE on Win32). 2006-10-30 13:48:08 +00:00
btr0sea.c branches/zip: Remove the buf_block_align() calls from ha0ha.c that caused 2006-11-13 21:53:09 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00