diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-08-31 13:53:49 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-08-31 13:53:49 +0400 |
commit | 1f1eba3c68cc016c9cf832b7076dcb9f04b0dacf (patch) | |
tree | 477f988eb9b2ce1101bf4cc56e0a88da17fb61b8 /sql/table.h | |
parent | 2e462c8f99c98bf525fc1105e9e6ca52a6b5c221 (diff) | |
download | mariadb-git-1f1eba3c68cc016c9cf832b7076dcb9f04b0dacf.tar.gz |
Remove unused enum (enum open_table_mode).
It was added by mistake during backport from 6.0.
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sql/table.h b/sql/table.h index aa177c99856..ea93b321b5a 100644 --- a/sql/table.h +++ b/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 -}; - - /*************************************************************************/ /** |