summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-01-26 20:19:24 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-01-26 20:19:24 +0100
commit596d171d828ced4a268af307f42c64fa5bac993e (patch)
tree50eda4b052bcaa6533bbc4ca01d2097e229066b4
parentRespin clientlibs for cluster 7.3.22 (diff)
downloadmysql-extras-596d171d.tar.gz
mysql-extras-596d171d.tar.bz2
mysql-extras-596d171d.zip
Add 20018_all_mysql-5.7.25-fix-build-without-server.patchmysql-extras-20190126-1919Z
Bug: https://bugs.gentoo.org/671722 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--20018_all_mysql-5.7.25-fix-build-without-server.patch12
1 files changed, 12 insertions, 0 deletions
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
new file mode 100644
index 0000000..37e8202
--- /dev/null
+++ b/20018_all_mysql-5.7.25-fix-build-without-server.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/671722
+
+--- a/mysys/mf_iocache2.c
++++ b/mysys/mf_iocache2.c
+@@ -22,6 +22,7 @@
+ #include <m_string.h>
+ #include <stdarg.h>
+ #include <m_ctype.h>
++#include "mysql/psi/mysql_file.h"
+
+ /*
+ Copy contents of an IO_CACHE to a file.