summaryrefslogtreecommitdiff
path: root/mysql-test/suite
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2019-05-27 14:18:05 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2019-05-27 14:18:05 +0300
commitd80065c2e41a314389e00c17dfd5f1c0be1e8b38 (patch)
tree80559dd9c130835198bd16d17ea849914843de20 /mysql-test/suite
parente32212c63c9675591e9c4b15c1bce9f61ec02eb8 (diff)
downloadmariadb-git-d80065c2e41a314389e00c17dfd5f1c0be1e8b38.tar.gz
MDEV-18425: wsrep.mdev_10186: Test failure: "Result length mismatch" (@@GLOBAL.wsrep_provider)
Remove unnecessary select of provider name as it could be anything and be located on different directories (i.e. it full name could be different).
Diffstat (limited to 'mysql-test/suite')
-rw-r--r--mysql-test/suite/wsrep/r/mdev_10186.result3
-rw-r--r--mysql-test/suite/wsrep/t/mdev_10186.test2
2 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/suite/wsrep/r/mdev_10186.result b/mysql-test/suite/wsrep/r/mdev_10186.result
index 778c064d208..a21e77a2595 100644
--- a/mysql-test/suite/wsrep/r/mdev_10186.result
+++ b/mysql-test/suite/wsrep/r/mdev_10186.result
@@ -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://';
diff --git a/mysql-test/suite/wsrep/t/mdev_10186.test b/mysql-test/suite/wsrep/t/mdev_10186.test
index f86c69f8a5b..0f0aa287086 100644
--- a/mysql-test/suite/wsrep/t/mdev_10186.test
+++ b/mysql-test/suite/wsrep/t/mdev_10186.test
@@ -8,7 +8,5 @@
--echo #
SELECT @@wsrep_on;
---replace_regex /.*libgalera_smm.so/libgalera_smm.so/
-SELECT @@GLOBAL.wsrep_provider;
SET @@GLOBAL.wsrep_cluster_address='gcomm://';