mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
MWL#182: Explain running statements: address review feedback
- switch SHOW EXPLAIN to using an INFORMATION_SCHEMA table.
This commit is contained in:
parent
a931467e17
commit
725d76e1e8
11 changed files with 118 additions and 175 deletions
|
|
@ -600,6 +600,7 @@ enum enum_schema_tables
|
|||
SCH_COLUMN_PRIVILEGES,
|
||||
SCH_ENGINES,
|
||||
SCH_EVENTS,
|
||||
SCH_EXPLAIN,
|
||||
SCH_FILES,
|
||||
SCH_GLOBAL_STATUS,
|
||||
SCH_GLOBAL_VARIABLES,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue