Commit b4badf80 authored by Alexander Nozdrin's avatar Alexander Nozdrin

Remove unused enum (enum open_table_mode).

It was added by mistake during backport from 6.0.
parent 65c5e8dc
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define SQL_BASE_INCLUDED #define SQL_BASE_INCLUDED
#include "unireg.h" // REQUIRED: for other includes #include "unireg.h" // REQUIRED: for other includes
#include "table.h" /* open_table_mode */
#include "sql_trigger.h" /* trg_event_type */ #include "sql_trigger.h" /* trg_event_type */
#include "sql_class.h" /* enum_mark_columns */ #include "sql_class.h" /* enum_mark_columns */
#include "mysqld.h" /* key_map */ #include "mysqld.h" /* key_map */
......
...@@ -83,18 +83,6 @@ enum enum_table_ref_type ...@@ -83,18 +83,6 @@ enum enum_table_ref_type
}; };
/**
Opening modes for open_temporary_table and open_table_from_share
*/
enum open_table_mode
{
OTM_OPEN= 0,
OTM_CREATE= 1,
OTM_ALTER= 2
};
/*************************************************************************/ /*************************************************************************/
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment