Commit f6f253bd authored by Sergei Petrunia's avatar Sergei Petrunia

Fix a typo, s/false/NULL/.

parent 201c985b
...@@ -769,7 +769,7 @@ void Explain_select::print_explain_json(Explain_query *query, ...@@ -769,7 +769,7 @@ void Explain_select::print_explain_json(Explain_query *query,
write_item(writer, exec_const_cond); write_item(writer, exec_const_cond);
} }
Filesort_tracker *first_table_sort= false; Filesort_tracker *first_table_sort= NULL;
int started_objects= 0; int started_objects= 0;
if (is_analyze) if (is_analyze)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment