Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-cluster/
Date: Sun, 18 Aug 2019 12:37:33
Message-Id: 1566131814.0d531686be231c28af8d9eec98f0d90bf5708a87.soap@gentoo
1 commit: 0d531686be231c28af8d9eec98f0d90bf5708a87
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 12:25:10 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 12:36:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d531686
7
8 dev-db/mysql-cluster: [QA] Fix leading whitespace
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild | 10 +++++-----
14 dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild | 14 +++++++-------
15 dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild | 14 +++++++-------
16 3 files changed, 19 insertions(+), 19 deletions(-)
17
18 diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
19 index c4b0ad5dc5f..ee858318fdf 100644
20 --- a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
21 +++ b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
22 @@ -481,11 +481,11 @@ src_test() {
23
24 local t
25 for t in main.mysql_client_test \
26 - binlog.binlog_statement_insert_delayed main.information_schema \
27 - main.mysqld--help-notwin main.flush_read_lock_kill \
28 - sys_vars.plugin_dir_basic main.openssl_1 \
29 - main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \
30 - ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
31 + binlog.binlog_statement_insert_delayed main.information_schema \
32 + main.mysqld--help-notwin main.flush_read_lock_kill \
33 + sys_vars.plugin_dir_basic main.openssl_1 \
34 + main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \
35 + ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
36 _disable_test "$t" "False positives in Gentoo"
37 done
38
39
40 diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
41 index 5a1a79830e0..16b657b8051 100644
42 --- a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
43 +++ b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
44 @@ -485,13 +485,13 @@ src_test() {
45
46 local t
47 for t in main.mysql_client_test \
48 - binlog.binlog_statement_insert_delayed main.information_schema \
49 - main.mysqld--help-notwin main.flush_read_lock_kill \
50 - sys_vars.plugin_dir_basic main.openssl_1 \
51 - binlog.binlog_mysqlbinlog_filter \
52 - perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
53 - funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
54 - main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
55 + binlog.binlog_statement_insert_delayed main.information_schema \
56 + main.mysqld--help-notwin main.flush_read_lock_kill \
57 + sys_vars.plugin_dir_basic main.openssl_1 \
58 + binlog.binlog_mysqlbinlog_filter \
59 + perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
60 + funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
61 + main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
62 _disable_test "$t" "False positives in Gentoo"
63 done
64
65
66 diff --git a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
67 index 520d6e2f99d..9e8f595ee07 100644
68 --- a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
69 +++ b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
70 @@ -485,13 +485,13 @@ src_test() {
71
72 local t
73 for t in main.mysql_client_test \
74 - binlog.binlog_statement_insert_delayed main.information_schema \
75 - main.mysqld--help-notwin main.flush_read_lock_kill \
76 - sys_vars.plugin_dir_basic main.openssl_1 \
77 - binlog.binlog_mysqlbinlog_filter \
78 - perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
79 - funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
80 - main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
81 + binlog.binlog_statement_insert_delayed main.information_schema \
82 + main.mysqld--help-notwin main.flush_read_lock_kill \
83 + sys_vars.plugin_dir_basic main.openssl_1 \
84 + binlog.binlog_mysqlbinlog_filter \
85 + perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
86 + funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
87 + main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
88 _disable_test "$t" "False positives in Gentoo"
89 done