mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
after merge fix
This commit is contained in:
@@ -120,7 +120,7 @@ bool select_union::flush()
|
||||
ulong
|
||||
st_select_lex_unit::init_prepare_fake_select_lex(THD *thd)
|
||||
{
|
||||
ulong options_tmp= thd->options;
|
||||
ulong options_tmp= thd->options | fake_select_lex->options;
|
||||
thd->lex->current_select= fake_select_lex;
|
||||
offset_limit_cnt= global_parameters->offset_limit;
|
||||
select_limit_cnt= global_parameters->select_limit +
|
||||
|
Reference in New Issue
Block a user