mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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.
This commit is contained in:
parent
8a6953dbc5
commit
017d66b5c8
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ enum enum_resolution_type {
|
||||||
RESOLVED_AGAINST_ALIAS
|
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,
|
enum find_item_error_report_type {REPORT_ALL_ERRORS, REPORT_EXCEPT_NOT_FOUND,
|
||||||
IGNORE_ERRORS, REPORT_EXCEPT_NON_UNIQUE,
|
IGNORE_ERRORS, REPORT_EXCEPT_NON_UNIQUE,
|
||||||
IGNORE_EXCEPT_NON_UNIQUE};
|
IGNORE_EXCEPT_NON_UNIQUE};
|
||||||
|
|
Loading…
Add table
Reference in a new issue