summarylogtreecommitdiffstats
path: root/mysql-compat.patch
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-11-03 12:27:14 +0100
committerMassimiliano Torromeo2017-11-03 12:27:14 +0100
commit35f47bb7f75ccf418473528a12b0062ebeefc787 (patch)
tree9c760809460592b1952c7a47f56bf3036adde762 /mysql-compat.patch
parent6dc75bcaa31f0ccc4be0e5cadce395c1bdf1aaeb (diff)
downloadaur-35f47bb7f75ccf418473528a12b0062ebeefc787.tar.gz
Updated to 0.9.3
Diffstat (limited to 'mysql-compat.patch')
-rw-r--r--mysql-compat.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-compat.patch b/mysql-compat.patch
deleted file mode 100644
index 524ac5e59ec0..000000000000
--- a/mysql-compat.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/binlog.c b/binlog.c
-index 0872375..58aca94 100644
---- a/binlog.c
-+++ b/binlog.c
-@@ -21,6 +21,9 @@
- #include <glib.h>
- #include <glib/gstdio.h>
- #include <my_global.h>
-+#ifdef _global_h
-+#define MY_GLOBAL_INCLUDED
-+#endif
- #include <mysql.h>
- #include <my_sys.h>
- #include <mysqld_error.h>