mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Fix InnoDB/XtraDB compilation warnings on 32-bit builds.
This commit is contained in:
parent
ad0c218a44
commit
498f4a825b
15 changed files with 97 additions and 69 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue