Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2098 06/03/02 08:02:57 msvensson@neptunus.(none) +1 -0
Make the define start at "start of line"
sql/net_serv.cc
1.88 06/03/02 08:02:53 msvensson@neptunus.(none) +1 -1
Make the define start at "start of line"
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.0
--- 1.87/sql/net_serv.cc 2006-03-01 15:20:57 +01:00
+++ 1.88/sql/net_serv.cc 2006-03-02 08:02:53 +01:00
@@ -233,7 +233,7 @@
/* Windows uses an _array_ of 64 fd's as default, so it's safe */
if (sd >= FD_SETSIZE)
return -1;
- #define NET_DATA_IS_READY_CAN_RETURN_MINUS_ONE
+#define NET_DATA_IS_READY_CAN_RETURN_MINUS_ONE
#endif
FD_ZERO(&sfds);
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2098) | msvensson | 2 Mar |