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