mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
@ -657,6 +657,7 @@ typedef struct system_variables
|
||||
my_bool wsrep_dirty_reads;
|
||||
uint wsrep_sync_wait;
|
||||
ulong wsrep_retry_autocommit;
|
||||
ulong wsrep_OSU_method;
|
||||
#endif
|
||||
double long_query_time_double;
|
||||
|
||||
@ -2792,7 +2793,6 @@ 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