From a967802ae94e1b0ce75436648446621a381838e7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Nov 2010 16:10:11 +0200 Subject: [PATCH] Fix of the debugging print. --- storage/maria/ma_pagecache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/maria/ma_pagecache.c b/storage/maria/ma_pagecache.c index f79b1f53022..1bb82ba92cd 100644 --- a/storage/maria/ma_pagecache.c +++ b/storage/maria/ma_pagecache.c @@ -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)