1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-8830: Weird output in the error log

Remove debug printout that was accidentally left in place
This commit is contained in:
Sergei Petrunia
2015-10-05 16:47:34 +03:00
parent 23d4c95b50
commit d2f6166ec5

View File

@ -950,7 +950,6 @@ void Explain_select::print_explain_json(Explain_query *query,
}
else
{
fprintf(stderr, "Weird!\n");
if (using_filesort)
first_table_sort_used= true;
}