diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 310dcada671..470540fcd1a 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1763,6 +1763,7 @@ static void close_connections(void) { wsrep_deinit(true); } + wsrep_sst_auth_free(); #endif /* All threads has now been aborted */ DBUG_PRINT("quit", ("Waiting for threads to die (count=%u)", THD_count::value()));