There was an error while loading. Please reload this page.
1 parent ad0f85b commit dd95935Copy full SHA for dd95935
storage/innobase/fsp/fsp0fsp.cc
@@ -3170,10 +3170,7 @@ fseg_free_extent(
3170
ut_ad(mach_read_from_4(seg_inode + FSEG_MAGIC_N)
3171
== FSEG_MAGIC_N_VALUE);
3172
ut_d(space->modify_check(*mtr));
3173
-
3174
-#if defined BTR_CUR_HASH_ADAPT || defined UNIV_DEBUG
3175
-const ulint first_page_in_extent = page - (page % FSP_EXTENT_SIZE);
3176
-#endif /* BTR_CUR_HASH_ADAPT || UNIV_DEBUG */
+ut_d(ulint first_page_in_extent = page - (page % FSP_EXTENT_SIZE));
3177
3178
if (xdes_is_full(descr, mtr)) {
3179
flst_remove(seg_inode + FSEG_FULL,
0 commit comments