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

This commit is contained in:
Nirbhay Choubey
2015-02-19 17:28:18 -05:00
parent fcc6e12d69
commit 1e6f46d78f
5 changed files with 1 additions and 6 deletions

View File

@ -2366,7 +2366,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;