We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daf89c commit 07918b4Copy full SHA for 07918b4
mysql-test/suite/wsrep/r/mdev_10186.result
@@ -7,5 +7,5 @@ SELECT @@wsrep_on;
7
0
8
SELECT @@GLOBAL.wsrep_provider;
9
@@GLOBAL.wsrep_provider
10
-/usr/lib/galera/libgalera_smm.so
+libgalera_smm.so
11
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
mysql-test/suite/wsrep/t/mdev_10186.test
@@ -7,6 +7,7 @@
--echo #
SELECT @@wsrep_on;
+--replace_regex /.*libgalera_smm.so/libgalera_smm.so/
12
13
0 commit comments