1
0
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:
bell@sanja.is.com.ua
2002-10-27 21:29:40 +02:00
parent 8ec9edac55
commit 7777d2b819
5 changed files with 14 additions and 6 deletions

View File

@ -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;
}