Skip to content

Commit

Permalink
MDEV-8830: Weird output in the error log
Browse files Browse the repository at this point in the history
Remove debug printout that was accidentally left in place
  • Loading branch information
spetrunia committed Oct 5, 2015
1 parent 23d4c95 commit d2f6166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql/sql_explain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d2f6166

Please sign in to comment.