mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
wl#1629 SHOW with WHERE(final part, after review)
added syntax: 'show variables where', 'show status where', 'show open tables where'
This commit is contained in:
@@ -223,7 +223,7 @@ enum enum_schema_tables
|
||||
SCH_COLLATION_CHARACTER_SET_APPLICABILITY, SCH_PROCEDURES, SCH_STATISTICS,
|
||||
SCH_VIEWS, SCH_USER_PRIVILEGES, SCH_SCHEMA_PRIVILEGES, SCH_TABLE_PRIVILEGES,
|
||||
SCH_COLUMN_PRIVILEGES, SCH_TABLE_CONSTRAINTS, SCH_KEY_COLUMN_USAGE,
|
||||
SCH_TABLE_NAMES
|
||||
SCH_TABLE_NAMES, SCH_OPEN_TABLES, SCH_STATUS, SCH_VARIABLES
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user