mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
post push fix for bug#42438, did not compile on non debug,
due to ifdef of include file sql/sql_table.cc: removed if defined since DEBUG_SYNC macro is defined in that include file.
This commit is contained in:
parent
b6d360876e
commit
6cb7abe667
1 changed files with 0 additions and 2 deletions
|
@ -22,9 +22,7 @@
|
|||
#include "sp_head.h"
|
||||
#include "sql_trigger.h"
|
||||
#include "sql_show.h"
|
||||
#if defined(ENABLED_DEBUG_SYNC)
|
||||
#include "debug_sync.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WIN__
|
||||
#include <io.h>
|
||||
|
|
Loading…
Reference in a new issue