We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beace3 commit 3826178Copy full SHA for 3826178
storage/innobase/include/trx0sys.h
@@ -72,8 +72,7 @@ inline buf_block_t *trx_sysf_get(mtr_t* mtr, bool rw= true)
72
{
73
buf_block_t* block = buf_page_get(page_id_t(TRX_SYS_SPACE, TRX_SYS_PAGE_NO),
74
0, rw ? RW_X_LATCH : RW_S_LATCH, mtr);
75
- if (block)
76
- buf_block_dbg_add_level(block, SYNC_TRX_SYS_HEADER);
+ ut_d(if (block) buf_block_dbg_add_level(block, SYNC_TRX_SYS_HEADER);)
77
return block;
78
}
79
0 commit comments