Commit 04899d6d authored by Tuukka Pasanen's avatar Tuukka Pasanen Committed by GitHub

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.
parent ac49b7a8
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
etc/mysql/conf.d/oqgraph.cnf etc/mysql/mariadb.conf.d
etc/mysql/conf.d/oqgraph.cnf
usr/lib/mysql/plugin/ha_oqgraph.so
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
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment