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:
committed by
Nirbhay Choubey
parent
03a8f83e2c
commit
00afd63984
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user