summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_innodb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_innodb.inc')
-rw-r--r--mysql-test/include/have_innodb.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/include/have_innodb.inc b/mysql-test/include/have_innodb.inc
index 021970423cd..b89797d5828 100644
--- a/mysql-test/include/have_innodb.inc
+++ b/mysql-test/include/have_innodb.inc
@@ -2,9 +2,3 @@
# suite.pm will make sure that all tests including this file
# will be skipped unless innodb or xtradb is enabled
#
-# The test below is redundant
-
-if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'innodb' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
-{
- --skip Test requires InnoDB.
-}