mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
branches/zip: btr0sea.c: Revert the inadvertent change made in r4056.
This commit is contained in:
parent
533afa46ce
commit
4185e79893
1 changed files with 1 additions and 3 deletions
|
@ -1140,9 +1140,7 @@ btr_search_drop_page_hash_when_freed(
|
|||
|
||||
if (UNIV_LIKELY(block != NULL)) {
|
||||
|
||||
#ifdef UNIV_SYNC_DEBUG
|
||||
buf_page_dbg_add_level(block, SYNC_TREE_NODE_FROM_HASH);
|
||||
#endif /* UNIV_SYNC_DEBUG */
|
||||
buf_block_dbg_add_level(block, SYNC_TREE_NODE_FROM_HASH);
|
||||
|
||||
btr_search_drop_page_hash_index(block);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue