1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7834: ANALYZE FORMAT=JSON output column should be named ANALYZE

This commit is contained in:
Oleksandr Byelkin
2015-03-25 19:11:46 +01:00
parent e15d792697
commit 01d7da6785
3 changed files with 14 additions and 11 deletions

View File

@ -3171,7 +3171,7 @@ public:
bool is_analyze);
void make_explain_field_list(List<Item> &field_list, uint8 explain_flags,
bool is_analyze);
void make_explain_json_field_list(List<Item> &field_list);
void make_explain_json_field_list(List<Item> &field_list, bool is_analyze);
/**
Clear the current error, if any.