diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-10-13 12:48:08 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-10-13 12:48:08 +0400 |
commit | 148260044e41fca95c49a23d990d9e875085ebb9 (patch) | |
tree | 8449785670266b0bc248e18e074ddf798675e76d /sql/sql_show.h | |
parent | ea7acdefbc6e3b4e2b2c317f75477afcd7afbb9e (diff) | |
download | mariadb-git-148260044e41fca95c49a23d990d9e875085ebb9.tar.gz |
Fix Bug#56443 remove last 'mysqld_show_column_type' remains
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r-- | sql/sql_show.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h index d1323ede8c1..de8f2525baa 100644 --- a/sql/sql_show.h +++ b/sql/sql_show.h @@ -104,7 +104,6 @@ bool mysqld_show_storage_engines(THD *thd); bool mysqld_show_authors(THD *thd); bool mysqld_show_contributors(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); void calc_sum_of_all_status(STATUS_VAR *to); void append_definer(THD *thd, String *buffer, const LEX_STRING *definer_user, |