diff options
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r-- | sql/sql_explain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h index 88fae9d4f1a..94d0f667cf9 100644 --- a/sql/sql_explain.h +++ b/sql/sql_explain.h @@ -478,7 +478,7 @@ public: /* Return tabular EXPLAIN output as a text string */ bool print_explain_str(THD *thd, String *out_str, bool is_analyze); - void print_explain_json(select_result_sink *output, bool is_analyze); + int print_explain_json(select_result_sink *output, bool is_analyze); /* If true, at least part of EXPLAIN can be printed */ bool have_query_plan() { return insert_plan || upd_del_plan|| get_node(1) != NULL; } |