1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

refs codership/mysql-wsrep#90 made wsrep_OSU_method session variable

This commit is contained in:
Teemu Ollakka
2015-03-12 10:25:34 +02:00
committed by Nirbhay Choubey
parent 03a8f83e2c
commit 00afd63984
8 changed files with 11 additions and 21 deletions

View File

@@ -1203,7 +1203,6 @@ THD::THD()
wsrep_consistency_check = NO_CONSISTENCY_CHECK;
wsrep_status_vars = 0;
wsrep_mysql_replicated = 0;
wsrep_OSU_method = WSREP_OSU_NONE;
wsrep_TOI_pre_query = NULL;
wsrep_TOI_pre_query_len = 0;
#endif
@@ -1610,7 +1609,6 @@ void THD::init(void)
wsrep_PA_safe= true;
wsrep_consistency_check = NO_CONSISTENCY_CHECK;
wsrep_mysql_replicated = 0;
wsrep_OSU_method = WSREP_OSU_NONE;
wsrep_TOI_pre_query = NULL;
wsrep_TOI_pre_query_len = 0;