From 017d66b5c80663acad3d968a408de6fd52db3070 Mon Sep 17 00:00:00 2001 From: Dmitry Lenev Date: Thu, 13 May 2010 13:36:49 +0400 Subject: [PATCH] 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. --- sql/sql_base.h | 3 --- 1 file changed, 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};