1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-27021 Add support of FORMAT=JSON for SHOW ANALYZE

This commit is contained in:
Oleg Smirnov
2022-02-02 19:44:43 +07:00
committed by Sergei Petrunia
parent e7fcd496d4
commit d1a1ad4c28
6 changed files with 1634 additions and 23 deletions

View File

@@ -1025,7 +1025,8 @@ enum enum_schema_tables
SCH_EVENTS,
SCH_EXPLAIN_TABULAR,
SCH_EXPLAIN_JSON,
SCH_ANALYZE,
SCH_ANALYZE_TABULAR,
SCH_ANALYZE_JSON,
SCH_FILES,
SCH_GLOBAL_STATUS,
SCH_GLOBAL_VARIABLES,