summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_innodb.inc
blob: 5447d935f3c50506c9111a19be71141f7b0bdf17 (plain)
1
2
3
4
5
6
7
8
9
10
#
# suite.pm will make sure that all tests including this file
# will be skipped unless innodb 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.
}