Skip to content

Commit 8c123c3

Browse files
author
Anil Toshniwal
committed
WL#6045 Improve Innochecksum
Fixed the test case mismatches issue
1 parent fd56697 commit 8c123c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/innochecksum.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ get_page_size(
172172

173173
if (*physical_page_size == 0) {
174174
/* uncompressed page. */
175-
DBUG_ASSERT(*physical_page_size >= UNIV_PAGE_SIZE_MIN);
176175
*physical_page_size= *logical_page_size;
176+
DBUG_ASSERT(*physical_page_size >= UNIV_PAGE_SIZE_MIN);
177177
*compressed = FALSE;
178178
} else {
179179
*compressed = TRUE;

0 commit comments

Comments
 (0)