mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '10.0-galera' into bb-10.1-serg
This commit is contained in:
@ -20,10 +20,12 @@ SET @@global.wsrep_desync=ON;
|
||||
Got one of the listed errors
|
||||
SELECT @@global.wsrep_desync;
|
||||
@@global.wsrep_desync
|
||||
1
|
||||
0
|
||||
|
||||
# valid values
|
||||
SET @@global.wsrep_desync='OFF';
|
||||
Warnings:
|
||||
Warning 1231 'wsrep_desync' is already OFF.
|
||||
SELECT @@global.wsrep_desync;
|
||||
@@global.wsrep_desync
|
||||
0
|
||||
@ -31,8 +33,10 @@ SET @@global.wsrep_desync=ON;
|
||||
Got one of the listed errors
|
||||
SELECT @@global.wsrep_desync;
|
||||
@@global.wsrep_desync
|
||||
1
|
||||
0
|
||||
SET @@global.wsrep_desync=default;
|
||||
Warnings:
|
||||
Warning 1231 'wsrep_desync' is already OFF.
|
||||
SELECT @@global.wsrep_desync;
|
||||
@@global.wsrep_desync
|
||||
0
|
||||
|
Reference in New Issue
Block a user