mirror of
https://github.com/MariaDB/server.git
synced 2025-04-16 20:25:33 +02:00
Fix a typo, s/false/NULL/.
This commit is contained in:
parent
201c985be5
commit
f6f253bddc
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ void Explain_select::print_explain_json(Explain_query *query,
|
|||
write_item(writer, exec_const_cond);
|
||||
}
|
||||
|
||||
Filesort_tracker *first_table_sort= false;
|
||||
Filesort_tracker *first_table_sort= NULL;
|
||||
int started_objects= 0;
|
||||
|
||||
if (is_analyze)
|
||||
|
|
Loading…
Add table
Reference in a new issue