summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-08-27 09:40:52 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-10 22:27:40 +0200
commit8f15bf9d0c0bc1bb8be2218411ae862a4903ae31 (patch)
treee890f20b7cfad244878ff722b0ea86c6d636ea30 /sql/handler.h
parent2fae1b576dd844edfbf6c6477bd6c25e8d1c6332 (diff)
downloadmariadb-git-8f15bf9d0c0bc1bb8be2218411ae862a4903ae31.tar.gz
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.
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 4ba312963ac..9d411bba5d3 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -748,7 +748,6 @@ enum enum_schema_tables
SCH_SESSION_STATUS,
SCH_SESSION_VARIABLES,
SCH_STATISTICS,
- SCH_STATUS,
SCH_TABLES,
SCH_TABLESPACES,
SCH_TABLE_CONSTRAINTS,
@@ -758,7 +757,6 @@ enum enum_schema_tables
SCH_TRIGGERS,
SCH_USER_PRIVILEGES,
SCH_USER_STATS,
- SCH_VARIABLES,
SCH_VIEWS
};