From 66ee158b3a799ba4de21b02e67b0a3ea94f099cf Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Fri, 20 Aug 2010 11:39:10 +0300 Subject: [PATCH] Fixed wrong macro that caused compile failures when compiling without DBUG --- storage/maria/ma_blockrec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/ma_blockrec.c b/storage/maria/ma_blockrec.c index eab8a935061..46fcb49d5c5 100644 --- a/storage/maria/ma_blockrec.c +++ b/storage/maria/ma_blockrec.c @@ -699,7 +699,7 @@ static void check_directory(uchar *buff, uint block_size, uint min_row_length, DBUG_ASSERT(deleted == 0); } #else -#define check_directory(A,B,C) +#define check_directory(A,B,C,D) #endif /* DBUG_OFF */