diff options
author | Brian Evans <grknight@gentoo.org> | 2019-03-14 09:56:13 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-03-14 09:56:13 -0400 |
commit | 11e4f96f50b840f76e74385d5d63479378ecf252 (patch) | |
tree | c663f579a112399b6c74e81ecb2a7cd70aec67c6 /dev-db | |
parent | dev-db/mariadb: Fix config variable that could stop mysqldump (diff) | |
download | gentoo-11e4f96f50b840f76e74385d5d63479378ecf252.tar.gz gentoo-11e4f96f50b840f76e74385d5d63479378ecf252.tar.bz2 gentoo-11e4f96f50b840f76e74385d5d63479378ecf252.zip |
dev-db/mysql: Fix config variable that can block mysqlbinlog
Make it loose so programs that use it will and ignored by those that don't
Closes: https://bugs.gentoo.org/676898
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/mysql/files/my.cnf.distro-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/files/my.cnf.distro-client b/dev-db/mysql/files/my.cnf.distro-client index 8bf183634304..a5a0dcb0c16a 100644 --- a/dev-db/mysql/files/my.cnf.distro-client +++ b/dev-db/mysql/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/mysql/charsets -default-character-set=utf8 +loose-default-character-set=utf8 [mysql] # uncomment the next directive if you are not familiar with SQL |