mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Post merge fix
This commit is contained in:
parent
483a41bbb7
commit
917adbaec4
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ bool Item_subselect::exec()
|
|||
/* Do not execute subselect in case of a fatal error */
|
||||
return 1;
|
||||
|
||||
res= engine->exec();
|
||||
|
||||
if (engine_changed)
|
||||
{
|
||||
engine_changed= 0;
|
||||
|
|
Loading…
Reference in a new issue