mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a plugin
Cleanups.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user