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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user