Post-merge fixes

This commit is contained in:
unknown 2007-07-31 16:15:56 +04:00
parent a66cb1f27a
commit 6c589f9084

View file

@ -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();
}
}