Commit 6c589f90 authored by unknown's avatar unknown

Post-merge fixes

parent a66cb1f2
......@@ -598,8 +598,8 @@ bool st_select_lex_unit::exec()
else
{
join->examined_rows= 0;
join->reinit();
saved_error= join->exec();
saved_error= join->reinit();
join->exec();
}
}
......
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