Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Thu, 31 Oct 2019 01:41:40
Message-Id: 1572486083.4063579617e0e9e250510946a3b12c0ed640189d.whissi@gentoo
1 commit: 4063579617e0e9e250510946a3b12c0ed640189d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 01:41:02 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 01:41:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40635796
7
8 dev-db/mysql: backport some changes from percona-server package
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-db/mysql/mysql-8.0.18.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-db/mysql/mysql-8.0.18.ebuild b/dev-db/mysql/mysql-8.0.18.ebuild
17 index 450b754c297..95f1b274f5c 100644
18 --- a/dev-db/mysql/mysql-8.0.18.ebuild
19 +++ b/dev-db/mysql/mysql-8.0.18.ebuild
20 @@ -77,9 +77,9 @@ COMMON_DEPEND="
21 dev-libs/libaio:0=
22 sys-process/procps:0=
23 )
24 - numa? ( sys-process/numactl )
25 - !libressl? ( >=dev-libs/openssl-1.0.0:0= )
26 libressl? ( dev-libs/libressl:0= )
27 + !libressl? ( >=dev-libs/openssl-1.0.0:0= )
28 + numa? ( sys-process/numactl )
29 tcmalloc? ( dev-util/google-perftools:0= )
30 "
31 DEPEND="${COMMON_DEPEND}
32 @@ -373,6 +373,8 @@ src_test() {
33 unset info_msg
34 MTR_PARALLEL=4
35 fi
36 + else
37 + einfo "MTR_PARALLEL is set to '${MTR_PARALLEL}'"
38 fi
39
40 # create directories because mysqladmin might run out of order
41 @@ -395,12 +397,8 @@ src_test() {
42 disabled_tests+=( "gis.spatial_utility_function_simplify;5452;Known rounding error with latest AMD processors (PS)")
43 disabled_tests+=( "gis.spatial_op_testingfunc_mix;5452;Known rounding error with latest AMD processors (PS)")
44 disabled_tests+=( "gis.spatial_analysis_functions_distance;5452;Known rounding error with latest AMD processors (PS)")
45 - disabled_tests+=( "main.mysqlslap;1253001;Known failure - no upstream bug yet (RH)" )
46 disabled_tests+=( "main.window_std_var;0;Known rounding error with latest AMD processors -- no upstream bug yet")
47 disabled_tests+=( "main.window_std_var_optimized;0;Known rounding error with latest AMD processors -- no upstream bug yet")
48 - disabled_tests+=( "perfschema.idx_threads;0;Known failure - no upstream bug yet" )
49 - disabled_tests+=( "perfschema.idx_session_connect_attrs;0;Known failure - no upstream bug yet" )
50 - disabled_tests+=( "perfschema.idx_session_account_connect_attrs;0;Known failure - no upstream bug yet" )
51 disabled_tests+=( "rpl_gtid.rpl_gtid_stm_drop_table;90612;Known test failure" )
52 disabled_tests+=( "rpl_gtid.rpl_multi_source_mtr_includes;0;Known failure - no upstream bug yet" )
53 disabled_tests+=( "sys_vars.myisam_data_pointer_size_func;87935;Test will fail on slow hardware")