diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-26 20:19:24 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-26 20:19:24 +0100 |
commit | 596d171d828ced4a268af307f42c64fa5bac993e (patch) | |
tree | 50eda4b052bcaa6533bbc4ca01d2097e229066b4 | |
parent | Respin clientlibs for cluster 7.3.22 (diff) | |
download | mysql-extras-596d171d828ced4a268af307f42c64fa5bac993e.tar.gz mysql-extras-596d171d828ced4a268af307f42c64fa5bac993e.tar.bz2 mysql-extras-596d171d828ced4a268af307f42c64fa5bac993e.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.patch | 12 |
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. |