diff options
author | Dmitry Lenev <dlenev@mysql.com> | 2010-05-13 13:36:49 +0400 |
---|---|---|
committer | Dmitry Lenev <dlenev@mysql.com> | 2010-05-13 13:36:49 +0400 |
commit | 94ee84548d5d9a8672ae6a7e1246ce3850ba7ef7 (patch) | |
tree | 273de343fc235692016996573f7fb78ef75b66b5 /sql/sql_base.h | |
parent | 92ca1a5256c08afa18c52d66a2bc6b144a7a84ac (diff) | |
download | mariadb-git-94ee84548d5d9a8672ae6a7e1246ce3850ba7ef7.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.h | 3 |
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}; |