summaryrefslogtreecommitdiff
path: root/databases/mysql-cluster/patches/patch-sql_log__event.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql-cluster/patches/patch-sql_log__event.h')
-rw-r--r--databases/mysql-cluster/patches/patch-sql_log__event.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/mysql-cluster/patches/patch-sql_log__event.h b/databases/mysql-cluster/patches/patch-sql_log__event.h
deleted file mode 100644
index 99b369a052d..00000000000
--- a/databases/mysql-cluster/patches/patch-sql_log__event.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-sql_log__event.h,v 1.1.1.1 2014/12/01 05:58:03 jnemeth Exp $
-
-* Portability: include <bstring.h> if exists.
-
---- sql/log_event.h.orig 2013-04-05 12:27:18.000000000 +0000
-+++ sql/log_event.h
-@@ -28,6 +28,10 @@
- #ifndef _log_event_h
- #define _log_event_h
-
-+#ifdef NEEDS_BSTRING_H
-+#include <bstring.h> /* defines bzero() */
-+#endif
-+
- #include <my_bitmap.h>
- #include "rpl_constants.h"
- #include "table_id.h"