Commit 8e338250 authored by marko's avatar marko

branches/zip: btr_search_drop_page_hash_index(): Do not call

buf_block_get_frame(), because it will lead to debug assertion failure
when buf_fix_count == 0.  This bug was introduced in r908.
parent 8562e752
......@@ -920,7 +920,7 @@ btr_search_drop_page_hash_index(
retry:
rw_lock_s_lock(&btr_search_latch);
page = buf_block_get_frame(block);
page = block->frame;
if (UNIV_LIKELY(!block->is_hashed)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment