Fixed wrong macro that caused compile failures when compiling without DBUG
This commit is contained in:
parent
6ab5a8ac81
commit
66ee158b3a
@ -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 */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user