1
0
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:
Teemu Ollakka
2015-03-11 13:04:00 +02:00
committed by Nirbhay Choubey
parent c16ec07419
commit 2df5ff2691
6 changed files with 33 additions and 11 deletions

View File

@ -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;