Skip to content

Commit

Permalink
MDEV-19736: Galera test failure on
Browse files Browse the repository at this point in the history
Remove unneeded select to provider name. Provider can have different
names and can be located on different directory on different
environments.
  • Loading branch information
Jan Lindström committed Jun 12, 2019
1 parent cbac8f9 commit 34b38ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions mysql-test/suite/wsrep/r/mdev_10186.result
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
SELECT @@wsrep_on;
@@wsrep_on
0
SELECT @@GLOBAL.wsrep_provider;
@@GLOBAL.wsrep_provider
libgalera_smm.so
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
2 changes: 0 additions & 2 deletions mysql-test/suite/wsrep/t/mdev_10186.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
--echo #

SELECT @@wsrep_on;
--replace_regex /.*libgalera_smm.so/libgalera_smm.so/
SELECT @@GLOBAL.wsrep_provider;
SET @@GLOBAL.wsrep_cluster_address='gcomm://';

0 comments on commit 34b38ad

Please sign in to comment.