summarylogtreecommitdiffstats
path: root/mysql-compat.patch
diff options
context:
space:
mode:
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>