summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorDmitry Lenev <dlenev@mysql.com>2010-05-13 13:36:49 +0400
committerDmitry Lenev <dlenev@mysql.com>2010-05-13 13:36:49 +0400
commit017d66b5c80663acad3d968a408de6fd52db3070 (patch)
tree273de343fc235692016996573f7fb78ef75b66b5 /sql/sql_base.h
parent8a6953dbc544f2af6f2d9007efe93750f375d9fa (diff)
downloadmariadb-git-017d66b5c80663acad3d968a408de6fd52db3070.tar.gz
Small clean-up. Removed standalone enum_open_table_action enum
type, which some time ago became part of Open_table_context class. Apparently standalone enum type was erroneously re-introduced during one of merges.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index 77fbc7458ca..0c16151e43a 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -56,9 +56,6 @@ enum enum_resolution_type {
RESOLVED_AGAINST_ALIAS
};
-enum enum_open_table_action {OT_NO_ACTION= 0, OT_BACK_OFF_AND_RETRY,
- OT_DISCOVER, OT_REPAIR};
-
enum find_item_error_report_type {REPORT_ALL_ERRORS, REPORT_EXCEPT_NOT_FOUND,
IGNORE_ERRORS, REPORT_EXCEPT_NON_UNIQUE,
IGNORE_EXCEPT_NON_UNIQUE};