Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.20.ebuild ChangeLog
Date: Sun, 03 Aug 2014 21:01:12
Message-Id: 20140803210106.9C64B2004E@flycatcher.gentoo.org
1 robbat2 14/08/03 21:01:05
2
3 Modified: mysql-5.6.20.ebuild ChangeLog
4 Log:
5 Missed merging a test.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 dev-db/mysql/mysql-5.6.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?r1=1.2&r2=1.3
15
16 Index: mysql-5.6.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -p -w -b -B -u -u -r1.2 -r1.3
22 --- mysql-5.6.20.ebuild 3 Aug 2014 20:54:08 -0000 1.2
23 +++ mysql-5.6.20.ebuild 3 Aug 2014 21:01:05 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 2014/08/03 20:54:08 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.3 2014/08/03 21:01:05 robbat2 Exp $
29
30 EAPI="5"
31
32 @@ -87,6 +87,9 @@ src_test() {
33 # main.mysql_tzinfo_to_sql_symlink
34 # fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive
35 #
36 + # rpl.rpl_plugin_load
37 + # fails due to included file not listed in expected result
38 + # appears to be poor planning
39 for t in \
40 binlog.binlog_mysqlbinlog_filter \
41 binlog.binlog_statement_insert_delayed \
42 @@ -94,12 +97,13 @@ src_test() {
43 funcs_1.is_tables_mysql \
44 funcs_1.is_triggers \
45 main.information_schema \
46 - main.mysqld--help-notwinfuncs_1.is_triggers \
47 main.mysql_client_test \
48 + main.mysqld--help-notwinfuncs_1.is_triggers \
49 main.mysql_tzinfo_to_sql_symlink \
50 mysqld--help-notwin \
51 perfschema.binlog_edge_mix \
52 perfschema.binlog_edge_stmt \
53 + rpl.rpl_plugin_load \
54 ; do
55 mysql-v2_disable_test "$t" "False positives in Gentoo"
56 done
57
58
59
60 1.677 dev-db/mysql/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.677&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.677&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.676&r2=1.677
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
69 retrieving revision 1.676
70 retrieving revision 1.677
71 diff -p -w -b -B -u -u -r1.676 -r1.677
72 --- ChangeLog 3 Aug 2014 20:54:08 -0000 1.676
73 +++ ChangeLog 3 Aug 2014 21:01:05 -0000 1.677
74 @@ -1,6 +1,9 @@
75 # ChangeLog for dev-db/mysql
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.676 2014/08/03 20:54:08 robbat2 Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.677 2014/08/03 21:01:05 robbat2 Exp $
79 +
80 + 03 Aug 2014; Robin H. Johnson <robbat2@g.o> mysql-5.6.20.ebuild:
81 + Missed merging a test.
82
83 03 Aug 2014; Robin H. Johnson <robbat2@g.o> mysql-5.6.20.ebuild:
84 Update testcases.