summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@sun.com>2010-02-16 11:42:22 +0100
committerMattias Jonsson <mattias.jonsson@sun.com>2010-02-16 11:42:22 +0100
commit6cb7abe667533084e09f3df6951591332138ae0e (patch)
tree07cb002018d83bbbc3dfdcf44506dbc3cd376b8e /sql/sql_table.cc
parentb6d360876e0d78293699ac64bcfb0ca24d4a8a70 (diff)
downloadmariadb-git-6cb7abe667533084e09f3df6951591332138ae0e.tar.gz
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.
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index b201fbc3d3e..871b2f2d552 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -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>