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

The method With_element::reset_for_exec was not called in non-debug

builds.
This commit is contained in:
Igor Babaev
2016-06-07 11:06:54 -07:00
parent 0a6e6d705b
commit 096286c95f
2 changed files with 30 additions and 2 deletions

View File

@ -1349,10 +1349,10 @@ void st_select_lex_unit::reinit_exec_mechanism()
*/
field->fixed= 0;
}
if (with_element && with_element->is_recursive)
with_element->reset_for_exec();
}
#endif
if (with_element && with_element->is_recursive)
with_element->reset_for_exec();
}