summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 14cf90caa04..1ec855253a6 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3792,7 +3792,7 @@ public:
bool save_prep_leaf_tables();
int print_explain(select_result_sink *output, uint8 explain_flags,
- bool is_analyze, bool *printed_anything);
+ bool is_analyze, bool is_json_format, bool *printed_anything);
void restore_set_statement_var();
void init_last_field(Column_definition *field, const LEX_CSTRING *name,