Below is the list of changes that have just been committed into a local
5.0 repository of mysqldev. When mysqldev does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2109 06/06/16 20:23:31 kent@stripped +1 -0
net_serv.cc:
Netware needs <sys/select.h>
sql/net_serv.cc
1.89 06/06/16 20:23:17 kent@stripped +4 -0
Netware needs <sys/select.h>
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kent
# Host: suse9-x86.mysql.com
# Root: /data0/mydev/mysql-5.0.22-build
--- 1.88/sql/net_serv.cc 2006-03-02 10:55:51 +01:00
+++ 1.89/sql/net_serv.cc 2006-06-16 20:23:17 +02:00
@@ -52,6 +52,10 @@
#include <signal.h>
#include <errno.h>
+#ifdef __NETWARE__
+#include <sys/select.h>
+#endif
+
#ifdef EMBEDDED_LIBRARY
#undef MYSQL_SERVER
#undef MYSQL_CLIENT
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.2109) | kent | 16 Jun |