Commit 5e7a60da authored by unknown's avatar unknown

Fix of the debugging print.

parent cc58caf8
...@@ -3496,8 +3496,9 @@ static my_bool pagecache_delete_internal(PAGECACHE *pagecache, ...@@ -3496,8 +3496,9 @@ static my_bool pagecache_delete_internal(PAGECACHE *pagecache,
{ {
PAGECACHE_FILE *filedesc= &block->hash_link->file; PAGECACHE_FILE *filedesc= &block->hash_link->file;
/* We are not going to write the page but have to call callbacks */ /* 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", "write_callback: 0x%lx data: 0x%lx",
(ulong) filedesc->flush_log_callback,
(ulong) filedesc->write_callback, (ulong) filedesc->write_callback,
(ulong) filedesc->callback_data)); (ulong) filedesc->callback_data));
if ((*filedesc->flush_log_callback) if ((*filedesc->flush_log_callback)
......
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