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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
18e22cb6
Commit
18e22cb6
authored
Jan 08, 2018
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed not used functions and variables
parent
bbe0055f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
sql/sql_class.h
sql/sql_class.h
+0
-1
sql/table.h
sql/table.h
+0
-1
No files found.
sql/sql_class.h
View file @
18e22cb6
...
...
@@ -148,7 +148,6 @@ enum enum_binlog_row_image {
extern
char
internal_table_name
[
2
];
extern
char
empty_c_string
[
1
];
extern
LEX_STRING
EMPTY_STR
;
extern
MYSQL_PLUGIN_IMPORT
const
char
**
errmesg
;
extern
bool
volatile
shutdown_in_progress
;
...
...
sql/table.h
View file @
18e22cb6
...
...
@@ -2901,7 +2901,6 @@ enum open_frm_error open_table_def(THD *thd, TABLE_SHARE *share,
void
open_table_error
(
TABLE_SHARE
*
share
,
enum
open_frm_error
error
,
int
db_errno
);
void
update_create_info_from_table
(
HA_CREATE_INFO
*
info
,
TABLE
*
form
);
bool
check_and_convert_db_name
(
LEX_STRING
*
db
,
bool
preserve_lettercase
);
bool
check_db_name
(
LEX_STRING
*
db
);
bool
check_column_name
(
const
char
*
name
);
bool
check_table_name
(
const
char
*
name
,
size_t
length
,
bool
check_for_path_chars
);
...
...
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