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'; |