mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
11 lines
335 B
PHP
11 lines
335 B
PHP
#
|
|
# 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;
|
|
}
|