1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-6361: innodb_compression_algorithm configuration variable can

be set to unsupported value.

MDEV-6350: Excessive unnecessary memory allocation at InnoDB/XtraDB
startup if LZO is installed.
This commit is contained in:
Jan Lindström
2014-06-25 08:46:54 +03:00
parent 0cb7c19fbe
commit 3bca01930a
25 changed files with 1654 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE LOWER(variable_name) = 'innodb_have_lz4' AND variable_value = 1`)
{
--skip Test requires InnoDB compiled with liblz4
}

View File

@@ -0,0 +1,4 @@
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE LOWER(variable_name) = 'innodb_have_lzo' AND variable_value = 1`)
{
--skip Test requires InnoDB compiled with liblzo
}