mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-8830: Weird output in the error log
Remove debug printout that was accidentally left in place
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user