mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix a typo, s/false/NULL/.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user