From 11e4f96f50b840f76e74385d5d63479378ecf252 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Thu, 14 Mar 2019 09:56:13 -0400 Subject: 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 --- dev-db/mysql/files/my.cnf.distro-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db') 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 -- cgit v1.2.3-65-gdbad