diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 7a34960e390..51fd1cb010c 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -3087,6 +3087,8 @@ 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); + /** Clear the current error, if any. We do not clear is_fatal_error or is_fatal_sub_stmt_error since we |