mariadb/mysql-test/include/have_innodb_encryption.inc
2015-02-10 10:21:17 +01:00

7 lines
219 B
PHP

#
# Ensure we have innodb encryption incompiled
if (`select count(*)=0 from information_schema.global_variables where variable_name="innodb_data_encryption_providertype"`)
{
--skip Test requires InnoDB encryption.
}