mariadb-common: Drop package and adjust configuration
authorMichal Hrusecky <michal.hrusecky@turris.com>
Fri, 29 Oct 2021 14:46:44 +0000 (16:46 +0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 29 Nov 2021 09:47:45 +0000 (01:47 -0800)
commitd8ecded02d29e04fe5b0399de2474605fb6d9897
tree1dc003f729ecae280523437fe46e4e8a4dc28006
parent537b6bd87bc1628dfb67024dff075b4424a7e125
mariadb-common: Drop package and adjust configuration

The raison d'ĂȘtre of package mariadb-common was to provide common my.cnf
config file that was being used to include subdirectories and then to
push utf-8 as default everywhere. Let's make this file part of the
server package as there we actually set other options as well and drop
it from all clients. Instead let's set utf-8 as default in server,
client and client libraries. While at it also set socket to the more
common path and drop mysqld_safe script from the list of configuration
files and do other minor tweaks.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
libs/libmariadb/Makefile
libs/libmariadb/conf/50-client.cnf [deleted file]
utils/mariadb-common/Makefile [deleted file]
utils/mariadb-common/conf/my.cnf [deleted file]
utils/mariadb/Makefile
utils/mariadb/conf/50-mysql-clients.cnf [deleted file]
utils/mariadb/conf/my.cnf [new file with mode: 0644]