summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/patches/patch-au
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-04 16:27:18 +0000
committertaca <taca@pkgsrc.org>2010-03-04 16:27:18 +0000
commit94c5eb84de81ae60f2e1bcb7a0e1da7bc4d84d51 (patch)
treee5e648de2bf32abae3656a6452087b105ba08e02 /databases/mysql51-client/patches/patch-au
parent846df9d28ef229a8fe117fdcd6dd49ea4b88e3b5 (diff)
downloadpkgsrc-94c5eb84de81ae60f2e1bcb7a0e1da7bc4d84d51.tar.gz
Importing mysql51-client 5.1.44, client part of MySQL 5.1.44.
For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
Diffstat (limited to 'databases/mysql51-client/patches/patch-au')
-rw-r--r--databases/mysql51-client/patches/patch-au15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/mysql51-client/patches/patch-au b/databases/mysql51-client/patches/patch-au
new file mode 100644
index 00000000000..4e45b5b5ea2
--- /dev/null
+++ b/databases/mysql51-client/patches/patch-au
@@ -0,0 +1,15 @@
+$NetBSD: patch-au,v 1.1.1.1 2010/03/04 16:27:18 taca Exp $
+
+--- sql/log_event.h.orig 2010-02-04 11:39:50.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
++
+ #if defined(USE_PRAGMA_INTERFACE) && !defined(MYSQL_CLIENT)
+ #pragma interface /* gcc class implementation */
+ #endif