1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -2773,7 +2773,6 @@ public:
enum wsrep_query_state wsrep_query_state;
enum wsrep_conflict_state wsrep_conflict_state;
mysql_mutex_t LOCK_wsrep_thd;
mysql_cond_t COND_wsrep_thd;
// changed from wsrep_seqno_t to wsrep_trx_meta_t in wsrep API rev 75
// wsrep_seqno_t wsrep_trx_seqno;
wsrep_trx_meta_t wsrep_trx_meta;