summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera#505.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/galera/r/galera#505.result')
-rw-r--r--mysql-test/suite/galera/r/galera#505.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/r/galera#505.result b/mysql-test/suite/galera/r/galera#505.result
new file mode 100644
index 00000000000..8d3e3ec072a
--- /dev/null
+++ b/mysql-test/suite/galera/r/galera#505.result
@@ -0,0 +1,8 @@
+connection node_1;
+SET SESSION wsrep_sync_wait=0;
+SET SESSION wsrep_sync_wait=DEFAULT;
+SET GLOBAL wsrep_provider_options = 'pc.weight=3';
+SHOW GLOBAL VARIABLES LIKE 'wsrep_provider_options';
+Variable_name Value
+wsrep_provider_options pc.weight = 3
+SET GLOBAL wsrep_provider_options = 'pc.weight=1';