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:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user