Skip to content

Commit 7984ea8

Browse files
committed
Remove a useless CHECK TABLE printout for debug builds
1 parent a1ec7ac commit 7984ea8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

storage/innobase/btr/btr0btr.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,13 +4908,6 @@ btr_validate_level(
49084908
block = btr_root_block_get(index, RW_SX_LATCH, &mtr);
49094909
page = buf_block_get_frame(block);
49104910

4911-
#ifdef UNIV_DEBUG
4912-
if (dict_index_is_spatial(index)) {
4913-
fprintf(stderr, "Root page no: %lu\n",
4914-
(ulong) page_get_page_no(page));
4915-
}
4916-
#endif
4917-
49184911
fil_space_t* space = fil_space_get(index->space);
49194912
const page_size_t table_page_size(
49204913
dict_table_page_size(index->table));

0 commit comments

Comments
 (0)