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:
@ -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.
|
||||
|
Reference in New Issue
Block a user