Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/files/
Date: Thu, 14 Mar 2019 13:58:59
Message-Id: 1552571773.11e4f96f50b840f76e74385d5d63479378ecf252.grknight@gentoo
1 commit: 11e4f96f50b840f76e74385d5d63479378ecf252
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 13:56:13 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 13:56:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e4f96f
7
8 dev-db/mysql: Fix config variable that can block mysqlbinlog
9
10 Make it loose so programs that use it will and ignored by those that don't
11
12 Closes: https://bugs.gentoo.org/676898
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 dev-db/mysql/files/my.cnf.distro-client | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-db/mysql/files/my.cnf.distro-client b/dev-db/mysql/files/my.cnf.distro-client
20 index 8bf18363430..a5a0dcb0c16 100644
21 --- a/dev-db/mysql/files/my.cnf.distro-client
22 +++ b/dev-db/mysql/files/my.cnf.distro-client
23 @@ -4,7 +4,7 @@
24 [client]
25 socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
26 character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
27 -default-character-set=utf8
28 +loose-default-character-set=utf8
29
30 [mysql]
31 # uncomment the next directive if you are not familiar with SQL