You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mydumper/files/mydumper-mariadb-include-fi...

25 lines
696 B

--- a/mydumper.c 2017-09-07 14:53:02.000000000 +0000
+++ b/mydumper.c 2017-10-06 17:39:34.962315949 +0000
@@ -22,6 +22,9 @@
#define _FILE_OFFSET_BITS 64
#include <mysql.h>
+#if defined(MARIADB_BASE_VERSION) && defined(MARIADB_VERSION_ID)
+ #include <server/mysql_version.h>
+#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-06 17:39:28.962315949 +0000
@@ -19,6 +19,9 @@
#define _FILE_OFFSET_BITS 64
#include <mysql.h>
+#if defined(MARIADB_BASE_VERSION) && defined(MARIADB_VERSION_ID)
+ #include <server/mysql_version.h>
+#endif
#include <unistd.h>
#include <stdio.h>
#include <string.h>