mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
9152b83973
Added support for compression method snappy for page compression.
4 lines
197 B
PHP
4 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
|
|
}
|