mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
5 lines
197 B
PHP
5 lines
197 B
PHP
|
if (! `SELECT COUNT(*) FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE LOWER(variable_name) = 'innodb_have_snappy' AND variable_value = 'ON'`)
|
||
|
{
|
||
|
--skip Test requires InnoDB compiled with libsnappy
|
||
|
}
|