Commit d2f6166e authored by Sergei Petrunia's avatar Sergei Petrunia

MDEV-8830: Weird output in the error log

Remove debug printout that was accidentally left in place
parent 23d4c95b
...@@ -950,7 +950,6 @@ void Explain_select::print_explain_json(Explain_query *query, ...@@ -950,7 +950,6 @@ void Explain_select::print_explain_json(Explain_query *query,
} }
else else
{ {
fprintf(stderr, "Weird!\n");
if (using_filesort) if (using_filesort)
first_table_sort_used= true; first_table_sort_used= true;
} }
......
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