Commit 66ee158b authored by Michael Widenius's avatar Michael Widenius

Fixed wrong macro that caused compile failures when compiling without DBUG

parent 6ab5a8ac
......@@ -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 */
......
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