Skip to content
Permalink
Browse files
Remove a useless CHECK TABLE printout for debug builds
  • Loading branch information
dr-m committed Apr 3, 2019
1 parent a1ec7ac commit 7984ea8
Showing 1 changed file with 0 additions and 7 deletions.
@@ -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));

0 comments on commit 7984ea8

Please sign in to comment.