Skip to content

Commit

Permalink
Removed not used functions and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Jan 30, 2018
1 parent bbe0055 commit 18e22cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sql/sql_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion sql/table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 18e22cb

Please sign in to comment.