Commit 917adbae authored by unknown's avatar unknown

Post merge fix

parent 483a41bb
...@@ -199,6 +199,8 @@ bool Item_subselect::exec() ...@@ -199,6 +199,8 @@ bool Item_subselect::exec()
/* Do not execute subselect in case of a fatal error */ /* Do not execute subselect in case of a fatal error */
return 1; return 1;
res= engine->exec();
if (engine_changed) if (engine_changed)
{ {
engine_changed= 0; engine_changed= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment