Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql/files: my.cnf-5.5 mysql-5.5.32-Werror.patch
Date: Thu, 28 Aug 2014 14:06:58
Message-Id: 20140828140654.E1F419FC@oystercatcher.gentoo.org
1 grknight 14/08/28 14:06:54
2
3 Modified: my.cnf-5.5
4 Removed: mysql-5.5.32-Werror.patch
5 Log:
6 Cleanup old patch and remove warning for bug 519630
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
9
10 Revision Changes Path
11 1.4 dev-db/mysql/files/my.cnf-5.5
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/files/my.cnf-5.5?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/files/my.cnf-5.5?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/files/my.cnf-5.5?r1=1.3&r2=1.4
16
17 Index: my.cnf-5.5
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/files/my.cnf-5.5,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- my.cnf-5.5 25 Apr 2014 00:43:46 -0000 1.3
24 +++ my.cnf-5.5 28 Aug 2014 14:06:54 -0000 1.4
25 @@ -1,5 +1,5 @@
26 # @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration file.
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/my.cnf-5.5,v 1.3 2014/04/25 00:43:46 jmbsvicetto Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/my.cnf-5.5,v 1.4 2014/08/28 14:06:54 grknight Exp $
29
30 # The following options will be passed to all MySQL clients
31 [client]
32 @@ -122,7 +122,7 @@
33
34 # Uncomment this to get FEDERATED engine support
35 #plugin-load=federated=ha_federated.so
36 -loose-federated
37 +#loose-federated
38
39 [mysqldump]
40 quick