mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
MDEV-10993: wsrep.mdev_10186 result depends on location of galera library
Update test case.
This commit is contained in:
parent
3daf89ced9
commit
07918b48b8
2 changed files with 2 additions and 1 deletions
|
@ -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,6 +7,7 @@
|
|||
--echo #
|
||||
|
||||
SELECT @@wsrep_on;
|
||||
--replace_regex /.*libgalera_smm.so/libgalera_smm.so/
|
||||
SELECT @@GLOBAL.wsrep_provider;
|
||||
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|
||||
|
||||
|
|
Loading…
Reference in a new issue