1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Post merge fixes.

This commit is contained in:
Nirbhay Choubey
2016-08-25 21:28:26 -04:00
parent 90266e8a0e
commit 3575618237
13 changed files with 63 additions and 57 deletions

View File

@@ -24,8 +24,6 @@ SELECT @@global.wsrep_desync;
# valid values
SET @@global.wsrep_desync='OFF';
Warnings:
Warning 1231 'wsrep_desync' is already OFF.
SELECT @@global.wsrep_desync;
@@global.wsrep_desync
0
@@ -35,8 +33,6 @@ SELECT @@global.wsrep_desync;
@@global.wsrep_desync
0
SET @@global.wsrep_desync=default;
Warnings:
Warning 1231 'wsrep_desync' is already OFF.
SELECT @@global.wsrep_desync;
@@global.wsrep_desync
0