summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2018-01-29 14:53:13 +0200
committerMichael Widenius <monty@mariadb.org>2018-01-29 14:53:13 +0200
commita7e12fd42bbed3c53f4f76bf00d50e0a6e31f847 (patch)
tree6da6bf60a7a6a9262fe3daa3f1bb6c03faefb15f
parentc7a2f23a7b751cd54dbdcff46a3e7bc1eabe4c02 (diff)
downloadmariadb-git-a7e12fd42bbed3c53f4f76bf00d50e0a6e31f847.tar.gz
Fixed failing tests rpl_semi_sync_skip_repl.test
Removed not used have_semisync_plugin.inc
-rw-r--r--mysql-test/include/have_semisync_plugin.inc15
-rw-r--r--mysql-test/suite/rpl/t/rpl_semi_sync_skip_repl.test1
2 files changed, 0 insertions, 16 deletions
diff --git a/mysql-test/include/have_semisync_plugin.inc b/mysql-test/include/have_semisync_plugin.inc
deleted file mode 100644
index 8a1679de636..00000000000
--- a/mysql-test/include/have_semisync_plugin.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Check if server has support for loading plugins
-#
-if (`SELECT @@have_dynamic_loading != 'YES'`) {
- --skip Requires dynamic loading
-}
-
-#
-# Check if the variable SEMISYNC_MASTER_SO is set
-#
-if (!$SEMISYNC_MASTER_SO)
-{
- skip Need semisync plugins;
-}
-
diff --git a/mysql-test/suite/rpl/t/rpl_semi_sync_skip_repl.test b/mysql-test/suite/rpl/t/rpl_semi_sync_skip_repl.test
index 2f6da18067c..f5c423741a6 100644
--- a/mysql-test/suite/rpl/t/rpl_semi_sync_skip_repl.test
+++ b/mysql-test/suite/rpl/t/rpl_semi_sync_skip_repl.test
@@ -6,7 +6,6 @@
# lost such events.
# The test verifies the fixes' correctness simulating the 2GB offset.
-source include/have_semisync.inc;
source include/not_embedded.inc;
source include/have_innodb.inc;
source include/have_debug.inc;