mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Fix invalid format warnings
This commit is contained in:
@@ -146,7 +146,7 @@ fil_page_type_validate(
|
||||
|
||||
/* Dump out the page info */
|
||||
fprintf(stderr, "InnoDB: Space %lu offset %lu name %s page_type %lu page_type_name %s\n"
|
||||
"InnoDB: key_version %u page_compressed %d page_compressed_encrypted %d lsn %lu compressed_len %lu\n",
|
||||
"InnoDB: key_version %u page_compressed %d page_compressed_encrypted %d lsn %llu compressed_len %lu\n",
|
||||
space, offset, rspace->name, page_type, fil_get_page_type_name(page_type),
|
||||
key_version, page_compressed, page_compressed_encrypted, lsn, compressed_len);
|
||||
fflush(stderr);
|
||||
|
@@ -147,7 +147,7 @@ fil_page_type_validate(
|
||||
|
||||
/* Dump out the page info */
|
||||
fprintf(stderr, "InnoDB: Space %lu offset %lu name %s page_type %lu page_type_name %s\n"
|
||||
"InnoDB: key_version %u page_compressed %d page_compressed_encrypted %d lsn %lu compressed_len %lu\n",
|
||||
"InnoDB: key_version %u page_compressed %d page_compressed_encrypted %d lsn %llu compressed_len %lu\n",
|
||||
space, offset, rspace->name, page_type, fil_get_page_type_name(page_type),
|
||||
key_version, page_compressed, page_compressed_encrypted, lsn, compressed_len);
|
||||
fflush(stderr);
|
||||
|
Reference in New Issue
Block a user