mariadb/mysql-test/include/have_xtradb.inc

12 lines
335 B
PHP
Raw Normal View History

#
# suite.pm will make sure that all tests including this file
# will be skipped unless xtradb is enabled
#
# The test below is redundant
2011-04-25 17:22:25 +02:00
if (!`SELECT count(*) FROM information_schema.plugins WHERE
plugin_name = 'innodb' AND plugin_status = 'active' AND
plugin_description LIKE '%xtradb%'`){
skip Needs XtraDB engine;
}