Commit 34b38ad7 authored by Jan Lindström's avatar Jan Lindström

MDEV-19736: Galera test failure on

Remove unneeded select to provider name. Provider can have different
names and can be located on different directory on different
environments.
parent cbac8f93
...@@ -5,7 +5,4 @@ ...@@ -5,7 +5,4 @@
SELECT @@wsrep_on; SELECT @@wsrep_on;
@@wsrep_on @@wsrep_on
0 0
SELECT @@GLOBAL.wsrep_provider;
@@GLOBAL.wsrep_provider
libgalera_smm.so
SET @@GLOBAL.wsrep_cluster_address='gcomm://'; SET @@GLOBAL.wsrep_cluster_address='gcomm://';
...@@ -7,7 +7,5 @@ ...@@ -7,7 +7,5 @@
--echo # --echo #
SELECT @@wsrep_on; SELECT @@wsrep_on;
--replace_regex /.*libgalera_smm.so/libgalera_smm.so/
SELECT @@GLOBAL.wsrep_provider;
SET @@GLOBAL.wsrep_cluster_address='gcomm://'; SET @@GLOBAL.wsrep_cluster_address='gcomm://';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment