summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-08-31 13:53:49 +0400
committerAlexander Nozdrin <alik@sun.com>2010-08-31 13:53:49 +0400
commit1f1eba3c68cc016c9cf832b7076dcb9f04b0dacf (patch)
tree477f988eb9b2ce1101bf4cc56e0a88da17fb61b8 /sql/sql_base.h
parent2e462c8f99c98bf525fc1105e9e6ca52a6b5c221 (diff)
downloadmariadb-git-1f1eba3c68cc016c9cf832b7076dcb9f04b0dacf.tar.gz
Remove unused enum (enum open_table_mode).
It was added by mistake during backport from 6.0.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index 1a1f2d957f3..56776bde1cc 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -17,7 +17,6 @@
#define SQL_BASE_INCLUDED
#include "unireg.h" // REQUIRED: for other includes
-#include "table.h" /* open_table_mode */
#include "sql_trigger.h" /* trg_event_type */
#include "sql_class.h" /* enum_mark_columns */
#include "mysqld.h" /* key_map */