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:
Sergei Golubchik
2015-01-11 15:49:23 +01:00
parent 1182aeb096
commit 3fcbd7cb47
3 changed files with 1 additions and 4 deletions

View File

@ -3788,7 +3788,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;
wsrep_trx_meta_t wsrep_trx_meta;
uint32 wsrep_rand;
Relay_log_info *wsrep_rli;