summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_xtradb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_xtradb.inc')
-rw-r--r--mysql-test/include/have_xtradb.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/include/have_xtradb.inc b/mysql-test/include/have_xtradb.inc
index 478b9926e21..d12802e057d 100644
--- a/mysql-test/include/have_xtradb.inc
+++ b/mysql-test/include/have_xtradb.inc
@@ -2,10 +2,3 @@
# suite.pm will make sure that all tests including this file
# will be skipped unless xtradb is enabled
#
-# The test below is redundant
-
-if (!`SELECT count(*) FROM information_schema.plugins WHERE
- plugin_name = 'innodb' AND plugin_status = 'active' AND
- plugin_description LIKE '%xtradb%'`){
- skip Needs XtraDB engine;
-}