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 e02b860 commit 23d2daeCopy full SHA for 23d2dae
extra/mariabackup/xtrabackup.cc
@@ -4291,12 +4291,12 @@ xtrabackup_apply_delta(
4291
4292
page_size = info.page_size.physical();
4293
page_size_shift = get_bit_shift(page_size);
4294
- msg("mariabackup: page size for %s is %lu bytes\n",
+ msg("mariabackup: page size for %s is %zu bytes\n",
4295
src_path, page_size);
4296
if (page_size_shift < 10 ||
4297
page_size_shift > UNIV_PAGE_SIZE_SHIFT_MAX) {
4298
msg("mariabackup: error: invalid value of page_size "
4299
- "(%lu bytes) read from %s\n", page_size, meta_path);
+ "(%zu bytes) read from %s\n", page_size, meta_path);
4300
goto error;
4301
}
4302
0 commit comments