Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Sat, 26 Jan 2019 19:21:28
Message-Id: 1548530364.596d171d828ced4a268af307f42c64fa5bac993e.whissi@gentoo
1 commit: 596d171d828ced4a268af307f42c64fa5bac993e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 19:19:24 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 19:19:24 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=596d171d
7
8 Add 20018_all_mysql-5.7.25-fix-build-without-server.patch
9
10 Bug: https://bugs.gentoo.org/671722
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 20018_all_mysql-5.7.25-fix-build-without-server.patch | 12 ++++++++++++
14 1 file changed, 12 insertions(+)
15
16 diff --git a/20018_all_mysql-5.7.25-fix-build-without-server.patch b/20018_all_mysql-5.7.25-fix-build-without-server.patch
17 new file mode 100644
18 index 0000000..37e8202
19 --- /dev/null
20 +++ b/20018_all_mysql-5.7.25-fix-build-without-server.patch
21 @@ -0,0 +1,12 @@
22 +https://bugs.gentoo.org/671722
23 +
24 +--- a/mysys/mf_iocache2.c
25 ++++ b/mysys/mf_iocache2.c
26 +@@ -22,6 +22,7 @@
27 + #include <m_string.h>
28 + #include <stdarg.h>
29 + #include <m_ctype.h>
30 ++#include "mysql/psi/mysql_file.h"
31 +
32 + /*
33 + Copy contents of an IO_CACHE to a file.