mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
cleanup: remove unused THD::COND_wsrep_thd
This commit is contained in:
parent
1182aeb096
commit
3fcbd7cb47
3 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue