Commit 2c734e7b authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV-10993: wsrep.mdev_10186 result depends on location of

... galera library

Update test case.
parent b800264e
......@@ -7,5 +7,5 @@ SELECT @@wsrep_on;
0
SELECT @@GLOBAL.wsrep_provider;
@@GLOBAL.wsrep_provider
/usr/lib/galera/libgalera_smm.so
libgalera_smm.so
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
......@@ -7,7 +7,7 @@
--echo #
SELECT @@wsrep_on;
--replace_result /usr/lib64/ /usr/lib/
--replace_regex /.*libgalera_smm.so/libgalera_smm.so/
SELECT @@GLOBAL.wsrep_provider;
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