Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.3.17
-
None
-
Debian 9
Description
Server version: 10.3.17-MariaDB-1:10.3.17+maria~stretch-log mariadb.org binary distribution
|
|
MariaDB [(none)]> set global innodb_compression_algorithm='lz4';
|
ERROR 1231 (42000): Variable 'innodb_compression_algorithm' can't be set to the value of 'lz4'
|
|
MariaDB [(none)]> show global status like '%have%';
|
+------------------------+-------+
|
| Variable_name | Value |
|
+------------------------+-------+
|
| Innodb_have_lz4 | OFF |
|
| Innodb_have_lzo | OFF |
|
| Innodb_have_lzma | OFF |
|
| Innodb_have_bzip2 | OFF |
|
| Innodb_have_snappy | OFF |
|
| Innodb_have_punch_hole | ON |
|
+------------------------+-------+
|
|
2019-08-05 15:20:02 0 [ERROR] InnoDB: innodb_compression_algorithm = 2 unsupported.
|
InnoDB: liblz4 is not installed.
|
But lz4 is installed on the system and the server appears to have been compiled with it:
# ls -l /usr/lib/x86_64-linux-gnu/liblz4.so.1
|
lrwxrwxrwx 1 root root 15 Feb 17 2016 /usr/lib/x86_64-linux-gnu/liblz4.so.1 -> liblz4.so.1.7.1
|
# ldd /usr/sbin/mysqld | grep lz4
|
liblz4.so.1 => /usr/lib/x86_64-linux-gnu/liblz4.so.1 (0x00007f4c87b9a000)
|
Attachments
Issue Links
- is blocked by
-
MDEV-11068 Review which innodb_compression_algorithm to support in binary packages
- Closed
- relates to
-
MDEV-12933 sort out the compression library chaos
- Closed