diff options
Diffstat (limited to 'sql/wsrep_thd.cc')
-rw-r--r-- | sql/wsrep_thd.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc index a45828beab3..32fecda1eaa 100644 --- a/sql/wsrep_thd.cc +++ b/sql/wsrep_thd.cc @@ -432,6 +432,7 @@ static bool create_wsrep_THD(wsrep_thread_args* args) break; default: assert(0); + key= 0; break; } #endif |