Commit 35342a89 authored by marko's avatar marko

branches/innodb+: Remove an #ifdef around buf_block_dbg_add_level().

This could have been made as part of the merge in r2661.
parent 5a6b9cf2
......@@ -2846,9 +2846,7 @@ ibuf_set_entry_counter(
IBUF_SPACE_ID, 0, prev_page_no,
RW_X_LATCH, mtr);
#ifdef UNIV_SYNC_DEBUG
buf_block_dbg_add_level(block, SYNC_TREE_NODE);
#endif /* UNIV_SYNC_DEBUG */
prev_page = buf_block_get_frame(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