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 else
{ {
join->examined_rows= 0; join->examined_rows= 0;
join->reinit(); saved_error= join->reinit();
saved_error= join->exec(); join->exec();
} }
} }