mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
post push fix for bug#42438, did not compile on non debug,
due to ifdef of include file
This commit is contained in:
@@ -22,9 +22,7 @@
|
|||||||
#include "sp_head.h"
|
#include "sp_head.h"
|
||||||
#include "sql_trigger.h"
|
#include "sql_trigger.h"
|
||||||
#include "sql_show.h"
|
#include "sql_show.h"
|
||||||
#if defined(ENABLED_DEBUG_SYNC)
|
|
||||||
#include "debug_sync.h"
|
#include "debug_sync.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __WIN__
|
#ifdef __WIN__
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
Reference in New Issue
Block a user