Commit d22a9e2b authored by marko's avatar marko

branches/innodb+: ibuf_index_page_calc_free(): Revert the relaxation of an

assertion.
parent dcbd036c
......@@ -235,7 +235,7 @@ ibuf_index_page_calc_free(
0 for uncompressed pages */
const buf_block_t* block) /* in: buffer block */
{
ut_ad(zip_size == 0 || zip_size == buf_block_get_zip_size(block));
ut_ad(zip_size == buf_block_get_zip_size(block));
if (!zip_size) {
ulint max_ins_size;
......
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