mariadb/mysql-test/suite/sys_vars
Marko Mäkelä 101ce10d0d MDEV-20672 Inconsistent usage message for innodb_compression_algorithm
The usage message for the innodb_compression_algorithm system variable
did not list snappy, which was added as an optional compression algorithm
in MariaDB 10.1.3 and might actually work since
commit 90c52e5291 (MDEV-12615)
in MariaDB 10.1.24.

Unfortunately, we will include also unavailable compression algorithms
in the list, because ENUM parameters allow numeric values, and we do
not want innodb_compression_algorithm=3 to change meaning depending on
the way how the source code was compiled.
2020-08-12 18:35:21 +03:00
..
inc sysvars_server_* tests need to have performance schema enabled 2020-04-13 14:22:58 +03:00
r MDEV-20672 Inconsistent usage message for innodb_compression_algorithm 2020-08-12 18:35:21 +03:00
t MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-connections 2020-08-10 11:58:56 +02:00
disabled.def MDEV-11429 Increase number of max table_open_cache instances 2016-12-02 14:05:16 +02:00