mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove unused enum (enum open_table_mode).
It was added by mistake during backport from 6.0.
This commit is contained in:
12
sql/table.h
12
sql/table.h
@ -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
|
||||
};
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user