1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

cleanup: remove unused THD::COND_wsrep_thd

Conflicts:
	mysql-test/suite/perfschema/r/all_instances.result
	sql/mysqld.h
This commit is contained in:
Nirbhay Choubey
2015-02-19 17:28:18 -05:00
parent a518cc4470
commit a174aaed75
4 changed files with 1 additions and 5 deletions

View File

@@ -1193,7 +1193,6 @@ THD::THD()
#ifdef WITH_WSREP
mysql_mutex_init(key_LOCK_wsrep_thd, &LOCK_wsrep_thd, MY_MUTEX_INIT_FAST);
mysql_cond_init(key_COND_wsrep_thd, &COND_wsrep_thd, NULL);
wsrep_ws_handle.trx_id = WSREP_UNDEFINED_TRX_ID;
wsrep_ws_handle.opaque = NULL;
wsrep_retry_counter = 0;