1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.9 into 10.10

This commit is contained in:
Marko Mäkelä
2022-12-07 09:49:38 +02:00
68 changed files with 926 additions and 365 deletions

View File

@@ -2976,6 +2976,8 @@ void st_select_lex::init_query()
prep_leaf_list_state= UNINIT;
bzero((char*) expr_cache_may_be_used, sizeof(expr_cache_may_be_used));
select_list_tables= 0;
rownum_in_field_list= 0;
window_specs.empty();
window_funcs.empty();
tvc= 0;