Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the last stale files | Leo | 2020-01-29 | 1 | -11/+0 |
| | |||||
* | main/mariadb: fix plugin directory | Natamo | 2019-12-30 | 1 | -0/+11 |
When using MariaDB without services - in this case, in a Docker container - mariadb-install-db will fail, as it tries to load /usr/lib*/plugin and /usr/lib*/mysql/plugin. None of which exist, in a MariaDB installation. The correct path would be /usr/lib*/mariadb/plugin. Failure to load plugins, leads to inability to load PAM and inherently fails the installation. |