1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post-merge fixes

This commit is contained in:
sergefp@mysql.com
2007-07-31 16:15:56 +04:00
parent 3c9594b0c6
commit 1717dbf828

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