mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Post-merge fixes
This commit is contained in:
parent
a66cb1f27a
commit
6c589f9084
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue