Commit 901bcde2 authored by Sergei Golubchik's avatar Sergei Golubchik Committed by Jan Lindström

galera.galera_gra_log crashes

reset thd->lex->query_tables_own_last,
because open_table() uses it and will try to dereference
whatever garbage it might have
parent a5bcec72
......@@ -230,6 +230,7 @@ static int open_table(THD* thd,
tables.init_one_table(schema_name,
table_name,
NULL, lock_type);
thd->lex->query_tables_own_last= 0;
if (!open_n_lock_single_table(thd, &tables, tables.lock_type, flags)) {
if (thd->is_error()) {
......
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