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

Fixed references to uninitialized memory

This commit is contained in:
monty@mysql.com
2005-05-19 04:48:22 +03:00
parent 96d649d04b
commit 6cca51f06a
2 changed files with 5 additions and 6 deletions

View File

@ -1101,7 +1101,7 @@ void st_select_lex::init_query()
embedding= leaf_tables= 0;
item_list.empty();
join= 0;
where= prep_where= 0;
having= where= prep_where= 0;
olap= UNSPECIFIED_OLAP_TYPE;
having_fix_field= 0;
resolve_mode= NOMATTER_MODE;