diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-02-16 11:42:22 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-02-16 11:42:22 +0100 |
commit | 1e7700b8b8d3e0f5514355dc11451def8aba0287 (patch) | |
tree | 07cb002018d83bbbc3dfdcf44506dbc3cd376b8e /sql/sql_table.cc | |
parent | 089f4bbd68a0639db01d5f0f36db2be56ce37eb2 (diff) | |
download | mariadb-git-1e7700b8b8d3e0f5514355dc11451def8aba0287.tar.gz |
post push fix for bug#42438, did not compile on non debug,
due to ifdef of include file
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
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> |