1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tables

their only purpose was to distinguish between
SHOW and SELECT and there are cleaner ways of doing  it.
This commit is contained in:
Sergei Golubchik
2014-08-27 09:40:52 +02:00
parent 2fae1b576d
commit 8f15bf9d0c
5 changed files with 12 additions and 20 deletions

View File

@ -2125,8 +2125,6 @@ int prepare_schema_table(THD *thd, LEX *lex, Table_ident *table_ident,
case SCH_TABLE_STATS:
case SCH_INDEX_STATS:
case SCH_OPEN_TABLES:
case SCH_VARIABLES:
case SCH_STATUS:
case SCH_PROCEDURES:
case SCH_CHARSETS:
case SCH_ENGINES: