summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_semisync.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_semisync.inc')
-rw-r--r--mysql-test/include/have_semisync.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/include/have_semisync.inc b/mysql-test/include/have_semisync.inc
deleted file mode 100644
index 243fad83717..00000000000
--- a/mysql-test/include/have_semisync.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-if (`select count(*) < 2 from information_schema.plugins where plugin_name like 'rpl_semi_sync_%'`)
-{
- --skip Test requires semisync plugins
-}