diff options
author | Brian Evans <grknight@gentoo.org> | 2019-03-14 09:51:20 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-03-14 09:51:20 -0400 |
commit | 8ccdea33765f7ff11b70a019e2cfd145d5c92b8b (patch) | |
tree | 61845fcbdc59b6b79550315cea3d2cc774fa3959 /dev-db | |
parent | www-client/vivaldi-snapshot: Old (diff) | |
download | gentoo-8ccdea33765f7ff11b70a019e2cfd145d5c92b8b.tar.gz gentoo-8ccdea33765f7ff11b70a019e2cfd145d5c92b8b.tar.bz2 gentoo-8ccdea33765f7ff11b70a019e2cfd145d5c92b8b.zip |
dev-db/mariadb: Fix config variable that could stop mysqldump
Make the option loose such that those that use it will and ignored by others
Closes: https://bugs.gentoo.org/680318
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/files/my.cnf.distro-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mariadb/files/my.cnf.distro-client b/dev-db/mariadb/files/my.cnf.distro-client index 4bbe0f976c63..1b9cdabdb2f3 100644 --- a/dev-db/mariadb/files/my.cnf.distro-client +++ b/dev-db/mariadb/files/my.cnf.distro-client @@ -4,7 +4,7 @@ [client] socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets -default-character-set=utf8 +loose-default-character-set=utf8 [mysql] # uncomment the next directive if you are not familiar with SQL |