Commit 02343c4a authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-19740: Correct a type mismatch WITH_INNODB_EXTRA_DEBUG

parent 2b8b85bd
...@@ -3431,11 +3431,12 @@ page_zip_validate_low( ...@@ -3431,11 +3431,12 @@ page_zip_validate_low(
differed. Let us ignore it. */ differed. Let us ignore it. */
page_zip_fail(("page_zip_validate:" page_zip_fail(("page_zip_validate:"
" min_rec_flag" " min_rec_flag"
" (%s%lu,%lu,0x%02lx)\n", " (%s" ULINTPF "," ULINTPF
",0x%02x)\n",
sloppy ? "ignored, " : "", sloppy ? "ignored, " : "",
page_get_space_id(page), page_get_space_id(page),
page_get_page_no(page), page_get_page_no(page),
(ulong) page[offset])); page[offset]));
/* We don't check for spatial index, since /* We don't check for spatial index, since
the "minimum record" could be deleted when the "minimum record" could be deleted when
doing rtr_update_mbr_field. doing rtr_update_mbr_field.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment