mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed union rexecution bug
This commit is contained in:
@ -945,7 +945,7 @@ void st_select_lex_unit::init_query()
|
||||
select_limit_cnt= HA_POS_ERROR;
|
||||
offset_limit_cnt= 0;
|
||||
union_option= 0;
|
||||
prepared= optimized= 0;
|
||||
prepared= optimized= executed= 0;
|
||||
item= 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user