mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
refs codership/galera#308
- Moves cleanup of status vars to function export_wsrep_status_to_mysql().
This commit is contained in:
committed by
Nirbhay Choubey
parent
2c56142b77
commit
8c89e843db
@@ -2361,10 +2361,6 @@ void THD::cleanup_after_query()
|
||||
rgi_slave->cleanup_after_query();
|
||||
#endif
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
wsrep_free_status(this);
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user