Commit 7984ea80 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove a useless CHECK TABLE printout for debug builds

parent a1ec7ac4
......@@ -4908,13 +4908,6 @@ btr_validate_level(
block = btr_root_block_get(index, RW_SX_LATCH, &mtr);
page = buf_block_get_frame(block);
#ifdef UNIV_DEBUG
if (dict_index_is_spatial(index)) {
fprintf(stderr, "Root page no: %lu\n",
(ulong) page_get_page_no(page));
}
#endif
fil_space_t* space = fil_space_get(index->space);
const page_size_t table_page_size(
dict_table_page_size(index->table));
......
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