mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix Bug#56443 remove last 'mysqld_show_column_type' remains
sql/sql_show.h: Remove an unused declaration.
This commit is contained in:
@ -104,7 +104,6 @@ bool mysqld_show_storage_engines(THD *thd);
|
|||||||
bool mysqld_show_authors(THD *thd);
|
bool mysqld_show_authors(THD *thd);
|
||||||
bool mysqld_show_contributors(THD *thd);
|
bool mysqld_show_contributors(THD *thd);
|
||||||
bool mysqld_show_privileges(THD *thd);
|
bool mysqld_show_privileges(THD *thd);
|
||||||
bool mysqld_show_column_types(THD *thd);
|
|
||||||
char *make_backup_log_name(char *buff, const char *name, const char* log_ext);
|
char *make_backup_log_name(char *buff, const char *name, const char* log_ext);
|
||||||
void calc_sum_of_all_status(STATUS_VAR *to);
|
void calc_sum_of_all_status(STATUS_VAR *to);
|
||||||
void append_definer(THD *thd, String *buffer, const LEX_STRING *definer_user,
|
void append_definer(THD *thd, String *buffer, const LEX_STRING *definer_user,
|
||||||
|
Reference in New Issue
Block a user