Commit 4185e798 authored by marko's avatar marko

branches/zip: btr0sea.c: Revert the inadvertent change made in r4056.

parent 533afa46
...@@ -1140,9 +1140,7 @@ btr_search_drop_page_hash_when_freed( ...@@ -1140,9 +1140,7 @@ btr_search_drop_page_hash_when_freed(
if (UNIV_LIKELY(block != NULL)) { if (UNIV_LIKELY(block != NULL)) {
#ifdef UNIV_SYNC_DEBUG buf_block_dbg_add_level(block, SYNC_TREE_NODE_FROM_HASH);
buf_page_dbg_add_level(block, SYNC_TREE_NODE_FROM_HASH);
#endif /* UNIV_SYNC_DEBUG */
btr_search_drop_page_hash_index(block); btr_search_drop_page_hash_index(block);
} }
......
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