Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.11.9
-
None
-
None
Description
If I have `MariaDB-server` and `MariaDB-provider-lzma` installed (and used) and do `yum upgrade MariaDB-server`, it won't upgrade `MariaDB-provider-lzma` with it, but starting the server will then fail because of a version mismatch.
Aug 09 11:24:37 db.example.com mariadbd[11692]: 2024-08-09 11:24:37 0 [ERROR] mariadbd: Can't open shared library 'provider_lzma.so' (errno: 8, API version for DAEMON plugin provider_lzma not supported by this version of the server)
|
Aug 09 11:24:37 db.example.com mariadbd[11692]: 2024-08-09 11:24:37 0 [ERROR] Couldn't load plugins from 'provider_lzma.so'.
|
Aug 09 11:24:37 db.example.com mariadbd[11692]: 2024-08-09 11:24:37 0 [ERROR] mariadbd: InnoDB: compression algorithm lzma (4) is not available. Please, load the corresponding provider plugin.
|
If instead `MariaDB-provider-lzma` required the exact same version of `MariaDB-server`, it should lead to both being upgraded at the same time.