Fix InnoDB/XtraDB compilation warnings on 32-bit builds.

This commit is contained in:
Marko Mäkelä 2017-03-09 08:54:07 +02:00
commit 498f4a825b
15 changed files with 97 additions and 69 deletions

View file

@ -5024,7 +5024,8 @@ buf_all_freed_instance(
block->page.space,
block->page.offset);
ib_logf(IB_LOG_LEVEL_ERROR,
"Page oldest_modification %lu fix_count %d io_fix %d.",
"Page oldest_modification " LSN_PF
" fix_count %d io_fix %d.",
block->page.oldest_modification,
block->page.buf_fix_count,
buf_page_get_io_fix(&block->page));