summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2019-07-09 13:02:26 +0400
committerSergey Vojtovich <svoj@mariadb.org>2019-07-09 13:02:52 +0400
commit0940e25d69cea59d6026f894b1fd9a5ebb55378c (patch)
tree59d777f2f0b31725ca05dbaeb47755235840fb8a /sql/sql_show.h
parenta179de04025443032745ee811a97d8da7afe8996 (diff)
downloadmariadb-git-0940e25d69cea59d6026f894b1fd9a5ebb55378c.tar.gz
MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a plugin
Cleanups.
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 fc3024c5a8b..a98ba451088 100644
--- a/sql/sql_show.h
+++ b/sql/sql_show.h
@@ -78,7 +78,6 @@ typedef struct system_status_var STATUS_VAR;
typedef enum { WITHOUT_DB_NAME, WITH_DB_NAME } enum_with_db_name;
int get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond);
-bool optimize_for_get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond);
int show_create_table(THD *thd, TABLE_LIST *table_list, String *packet,
Table_specification_st *create_info_arg,