Commit b934a34c authored by Sergei Golubchik's avatar Sergei Golubchik

compilation failure

parent 9d63b63e
......@@ -2681,7 +2681,7 @@ fseg_free_extent(
ut_ad(mach_read_from_4(seg_inode + FSEG_MAGIC_N)
== FSEG_MAGIC_N_VALUE);
ut_d(space->modify_check(*mtr));
ut_d(ulint first_page_in_extent = page - (page % FSP_EXTENT_SIZE));
const ulint first_page_in_extent = page - (page % FSP_EXTENT_SIZE);
const uint16_t xoffset= uint16_t(descr - xdes->frame + XDES_FLST_NODE);
const uint16_t ioffset= uint16_t(seg_inode - iblock->frame);
......
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