summaryrefslogtreecommitdiffstats
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.result11
1 files changed, 11 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 00000000..d5e78c57
--- /dev/null
+++ b/mysql-test/suite/galera/r/galera#505.result
@@ -0,0 +1,11 @@
+connection node_2;
+connection node_1;
+connection node_1;
+SET SESSION wsrep_sync_wait=0;
+# Correct Galera library found
+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';