mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix of the debugging print.
This commit is contained in:
parent
0de9a4abab
commit
a967802ae9
1 changed files with 2 additions and 1 deletions
|
|
@ -3496,8 +3496,9 @@ static my_bool pagecache_delete_internal(PAGECACHE *pagecache,
|
|||
{
|
||||
PAGECACHE_FILE *filedesc= &block->hash_link->file;
|
||||
/* We are not going to write the page but have to call callbacks */
|
||||
DBUG_PRINT("info", ("flush_callback :0x%lx data: 0x%lx"
|
||||
DBUG_PRINT("info", ("flush_callback :0x%lx"
|
||||
"write_callback: 0x%lx data: 0x%lx",
|
||||
(ulong) filedesc->flush_log_callback,
|
||||
(ulong) filedesc->write_callback,
|
||||
(ulong) filedesc->callback_data));
|
||||
if ((*filedesc->flush_log_callback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue