Fixed wrong macro that caused compile failures when compiling without DBUG

This commit is contained in:
Michael Widenius 2010-08-20 11:39:10 +03:00
parent 6ab5a8ac81
commit 66ee158b3a

View File

@ -699,7 +699,7 @@ static void check_directory(uchar *buff, uint block_size, uint min_row_length,
DBUG_ASSERT(deleted == 0); DBUG_ASSERT(deleted == 0);
} }
#else #else
#define check_directory(A,B,C) #define check_directory(A,B,C,D)
#endif /* DBUG_OFF */ #endif /* DBUG_OFF */