commit: 09bb49eed834e65d920e18c3122a270769a1df92 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Feb 11 17:55:11 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 20:28:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bb49ee
dev-db/mydumper: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19417 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../mydumper/files/mydumper-mariadb-define.patch | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-db/mydumper/files/mydumper-mariadb-define.patch b/dev-db/mydumper/files/mydumper-mariadb-define.patch deleted file mode 100644 index ee39a33be81..00000000000 --- a/dev-db/mydumper/files/mydumper-mariadb-define.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/mydumper.c 2017-09-07 14:53:02.000000000 +0000 -+++ b/mydumper.c 2017-10-25 14:53:46.614729185 +0000 -@@ -22,6 +22,11 @@ - #define _FILE_OFFSET_BITS 64 - - #include <mysql.h> -+ -+#if defined MARIADB_CLIENT_VERSION_STR && !defined MYSQL_SERVER_VERSION -+ #define MYSQL_SERVER_VERSION MARIADB_CLIENT_VERSION_STR -+#endif -+ - #include <unistd.h> - #include <stdio.h> - #include <string.h> ---- a/myloader.c 2017-09-07 14:53:02.000000000 +0000 -+++ b/myloader.c 2017-10-25 14:55:34.677729185 +0000 -@@ -19,6 +19,11 @@ - #define _FILE_OFFSET_BITS 64 - - #include <mysql.h> -+ -+#if defined MARIADB_CLIENT_VERSION_STR && !defined MYSQL_SERVER_VERSION -+ #define MYSQL_SERVER_VERSION MARIADB_CLIENT_VERSION_STR -+#endif -+ - #include <unistd.h> - #include <stdio.h> - #include <string.h>
