1
0
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:
Sergey Vojtovich
2019-07-09 13:02:26 +04:00
parent a179de0402
commit 0940e25d69
3 changed files with 7 additions and 35 deletions

View File

@ -8417,7 +8417,7 @@ int make_schema_select(THD *thd, SELECT_LEX *sel,
*/
bool optimize_for_get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond)
static bool optimize_for_get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond)
{
SELECT_LEX *lsel= tables->schema_select_lex;
ST_SCHEMA_TABLE *schema_table= tables->schema_table;