From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 828F1138335 for ; Thu, 14 Mar 2019 13:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 637F0E0884; Thu, 14 Mar 2019 13:58:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37530E0884 for ; Thu, 14 Mar 2019 13:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B09F335CC8 for ; Thu, 14 Mar 2019 13:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98C4568 for ; Thu, 14 Mar 2019 13:58:54 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1552571911.67a0008b0a574ea8e092f88e78f7464a272d28d8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/percona-server/files/my.cnf.distro-client X-VCS-Directories: dev-db/percona-server/files/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 67a0008b0a574ea8e092f88e78f7464a272d28d8 X-VCS-Branch: master Date: Thu, 14 Mar 2019 13:58:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61b4e87f-34e6-440a-a0f0-307cf5dac104 X-Archives-Hash: 31840d839df36708b577ae8cbfb294d8 commit: 67a0008b0a574ea8e092f88e78f7464a272d28d8 Author: Brian Evans gentoo org> AuthorDate: Thu Mar 14 13:58:31 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 14 13:58:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a0008b dev-db/percona-server: Fix config variable that could stop mysqldump Make the option loose such that those that use it will and ignored by others Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans gentoo.org> dev-db/percona-server/files/my.cnf.distro-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/percona-server/files/my.cnf.distro-client b/dev-db/percona-server/files/my.cnf.distro-client index 8bf18363430..a5a0dcb0c16 100644 --- a/dev-db/percona-server/files/my.cnf.distro-client +++ b/dev-db/percona-server/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