Skip to content

Commit f6f253b

Browse files
committed
Fix a typo, s/false/NULL/.
1 parent 201c985 commit f6f253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_explain.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ void Explain_select::print_explain_json(Explain_query *query,
769769
write_item(writer, exec_const_cond);
770770
}
771771

772-
Filesort_tracker *first_table_sort= false;
772+
Filesort_tracker *first_table_sort= NULL;
773773
int started_objects= 0;
774774

775775
if (is_analyze)

0 commit comments

Comments
 (0)