List:Commits« Previous MessageNext Message »
From:Brian Pontz Date:March 8 2006 6:40pm
Subject:bk commit into 5.0 tree (bpontz:1.2108)
View as plain text  
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.2108 06/03/08 19:40:39 bpontz@stripped +1 -0

  sql/net_serv.cc
    1.89 06/03/08 19:40:01 bpontz@stripped +2 -1

# 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:	bpontz
# Host:	suse9-x86.mysql.com
# Root:	/data0/mydev/mysql-5.0.19-build

--- 1.88/sql/net_serv.cc	2006-03-02 10:55:51 +01:00
+++ 1.89/sql/net_serv.cc	2006-03-08 19:40:01 +01:00
@@ -51,6 +51,7 @@
 #include <violite.h>
 #include <signal.h>
 #include <errno.h>
+#include <sys/select.h>
 
 #ifdef EMBEDDED_LIBRARY
 #undef MYSQL_SERVER
@@ -229,7 +230,7 @@
   struct timeval tv;
   int res;
 
-#ifndef __WIN__
+#if !defined(__WIN__) && !defined(__NETWARE__)
   /* Windows uses an _array_ of 64 fd's as default, so it's safe */
   if (sd >= FD_SETSIZE)
     return -1;
Thread
bk commit into 5.0 tree (bpontz:1.2108)Brian Pontz8 Mar