Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.0.3
-
None
Description
I want to set page compression algorithms. As the documentation says, "From MariaDB 10.7, algorithms can be installed as a plugin."
But according to the document, when I input the following sql statement, the error is reported as "ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/provider_lz4.so' (errno: 2, cannot open shared object file: No such file or directory)"
environment: mariadb:11.0 docker
INSTALL SONAME 'provider_lz4'; |
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
I want to set page compression algorithms. As the documentation says, "From MariaDB 10.7, algorithms can be installed as a plugin."
But according to the document, when I input the following sql statement, the error is reported as "ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/provider_lz4.so' (errno: 2, cannot open shared object file: No such file or directory)" {code:sql} INSTALL SONAME 'provider_lz4'; {code} https://mariadb.com/kb/en/compression-plugins/ |
I want to set page compression algorithms. As the documentation says, "From MariaDB 10.7, algorithms can be installed as a plugin."
But according to the document, when I input the following sql statement, the error is reported as "ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/provider_lz4.so' (errno: 2, cannot open shared object file: No such file or directory)" environment: mariadb:11.0 docker {code:sql} INSTALL SONAME 'provider_lz4'; {code} https://mariadb.com/kb/en/compression-plugins/ |
Component/s | Documentation [ 10903 ] | |
Fix Version/s | N/A [ 14700 ] | |
Assignee | Ian Gilfillan [ greenman ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Compression plugins are are installed as separate .deb or .rpm packages, MariaDB-provider-lz4 etc.
greenman,
Somehow this part is missing from the KB page mentioned in the description.