summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-10-13 12:48:08 +0400
committerKonstantin Osipov <kostja@sun.com>2010-10-13 12:48:08 +0400
commiteb882fe41b96bd2736dafe86a59b7f7a823ba07f (patch)
tree8449785670266b0bc248e18e074ddf798675e76d /sql/sql_show.h
parent231347c435a733c0759103c3ec3e12c3084680db (diff)
downloadmariadb-git-eb882fe41b96bd2736dafe86a59b7f7a823ba07f.tar.gz
Fix Bug#56443 remove last 'mysqld_show_column_type' remains
sql/sql_show.h: Remove an unused declaration.
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r--sql/sql_show.h1
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,