Commit 4be2173e authored by Eugene Kosov's avatar Eugene Kosov

SQL: uninitialized read [#387]

versioning.truncate is affected in embedded mode
parent 27187443
......@@ -2270,6 +2270,8 @@ void st_select_lex::init_query()
window_funcs.empty();
tvc= 0;
in_tvc= false;
vers_saved_where= NULL;
versioned_tables= 0;
}
void st_select_lex::init_select()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment