15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
$NetBSD: patch-as,v 1.2 2007/03/11 18:42:29 adam Exp $
|
|
|
|
--- libmysqld/log_event.cc.orig 2007-03-05 20:21:39.000000000 +0100
|
|
+++ libmysqld/log_event.cc
|
|
@@ -23,6 +23,9 @@
|
|
#include "mysql_priv.h"
|
|
#include "slave.h"
|
|
#include <my_dir.h>
|
|
+#ifdef NEEDS_BSTRING_H
|
|
+#include <bstring.h> /* defines bzero() */
|
|
+#endif
|
|
#endif /* MYSQL_CLIENT */
|
|
|
|
#define log_cs &my_charset_latin1
|