Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
b4badf80
Commit
b4badf80
authored
Aug 31, 2010
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused enum (enum open_table_mode).
It was added by mistake during backport from 6.0.
parent
65c5e8dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
sql/sql_base.h
sql/sql_base.h
+0
-1
sql/table.h
sql/table.h
+0
-12
No files found.
sql/sql_base.h
View file @
b4badf80
...
...
@@ -17,7 +17,6 @@
#define SQL_BASE_INCLUDED
#include "unireg.h" // REQUIRED: for other includes
#include "table.h"
/* open_table_mode */
#include "sql_trigger.h"
/* trg_event_type */
#include "sql_class.h"
/* enum_mark_columns */
#include "mysqld.h"
/* key_map */
...
...
sql/table.h
View file @
b4badf80
...
...
@@ -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
};
/*************************************************************************/
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment