1
0
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:
Alexander Nozdrin
2010-08-31 13:53:49 +04:00
parent 2e462c8f99
commit 1f1eba3c68
2 changed files with 0 additions and 13 deletions

View File

@ -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
};
/*************************************************************************/
/**