We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f47a4 commit 58e525eCopy full SHA for 58e525e
extra/innochecksum.cc
@@ -282,7 +282,7 @@ static void init_page_size(const byte* buf)
282
+ FSP_SPACE_FLAGS);
283
284
if (FSP_FLAGS_FCRC32_HAS_MARKER(flags)) {
285
- srv_page_size = fil_space_t::logical_size(flags);
+ srv_page_size = (ulong)fil_space_t::logical_size(flags);
286
physical_page_size = srv_page_size;
287
return;
288
}
@@ -293,7 +293,7 @@ static void init_page_size(const byte* buf)
293
? UNIV_ZIP_SIZE_SHIFT_MIN - 1 + ssize
294
: UNIV_PAGE_SIZE_SHIFT_ORIG;
295
296
297
physical_page_size = fil_space_t::physical_size(flags);
298
299
0 commit comments