mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
refs codership/mysql-wsrep#90 - fixed race in OSU
Make sure that thd uses the same method to begin and end OSU operation.
This commit is contained in:
committed by
Nirbhay Choubey
parent
c16ec07419
commit
2df5ff2691
@ -2792,6 +2792,7 @@ public:
|
||||
wsrep_consistency_check;
|
||||
wsrep_stats_var* wsrep_status_vars;
|
||||
int wsrep_mysql_replicated;
|
||||
ulong wsrep_OSU_method;
|
||||
const char* wsrep_TOI_pre_query; /* a query to apply before
|
||||
the actual TOI query */
|
||||
size_t wsrep_TOI_pre_query_len;
|
||||
|
Reference in New Issue
Block a user