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@stripped, 2007-05-25 11:38:23+02:00, msvensson@stripped +1 -0
Bug #26664 test suite times out on OS X 64bit
- Make the two "my_net_set*" function only visible when included
from my_global.h
include/mysql_com.h@stripped, 2007-05-25 11:38:19+02:00, msvensson@stripped +2 -0
Make the two "my_net_set*" functions only
visible when included from my_global.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: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.113/include/mysql_com.h 2007-05-24 11:21:20 +02:00
+++ 1.114/include/mysql_com.h 2007-05-25 11:38:19 +02:00
@@ -345,8 +345,10 @@ my_bool net_write_command(NET *net,unsig
int net_real_write(NET *net,const char *packet,unsigned long len);
unsigned long my_net_read(NET *net);
+#ifdef _global_h
void my_net_set_write_timeout(NET *net, uint timeout);
void my_net_set_read_timeout(NET *net, uint timeout);
+#endif
/*
The following function is not meant for normal usage
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2499) BUG#26664 | msvensson | 25 May |