Skip to content
Permalink
Browse files
MDEV-28605: Change wrong plugin config installation location (#2160)
Preset include directory for configuration files below MariaDB 10.5 is
/etc/mysql/conf.d

Change installation location wrong plugin installation location from
/etc/mysql/mariadb.d to default include directory /etc/mysql/conf.d.
Change makes gssapi-server, oqgraph, rocksdb and tokudb plugins
loading work after installation

NOTE TO MERGERS: This commit should be upstream to MariaDB 10.4 only!
Merging to MariaDB 10.5 and above leads to major problems.
  • Loading branch information
illuusio committed Sep 7, 2022
1 parent ac49b7a commit 04899d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,2 +1,2 @@
etc/mysql/conf.d/auth_gssapi.cnf etc/mysql/mariadb.conf.d
etc/mysql/conf.d/auth_gssapi.cnf
usr/lib/mysql/plugin/auth_gssapi.so
@@ -1,2 +1,2 @@
etc/mysql/conf.d/oqgraph.cnf etc/mysql/mariadb.conf.d
etc/mysql/conf.d/oqgraph.cnf
usr/lib/mysql/plugin/ha_oqgraph.so
@@ -1,4 +1,4 @@
etc/mysql/conf.d/rocksdb.cnf etc/mysql/mariadb.conf.d
etc/mysql/conf.d/rocksdb.cnf
usr/bin/myrocks_hotbackup
usr/bin/mysql_ldb
usr/bin/sst_dump
@@ -1,4 +1,4 @@
etc/mysql/conf.d/tokudb.cnf etc/mysql/mariadb.conf.d
etc/mysql/conf.d/tokudb.cnf
etc/systemd/system/mariadb.service.d/tokudb.conf
usr/bin/tokuft_logprint
usr/bin/tokuftdump

0 comments on commit 04899d6

Please sign in to comment.