Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.1997 05/09/27 08:28:56 kent@stripped +1 -0
portability.h:
Define SHUT_RDWR for OpenServer 5
server-tools/instance-manager/portability.h
1.6 05/09/27 08:28:37 kent@stripped +4 -0
Define SHUT_RDWR for OpenServer 5
# 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: c-724072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-5.0
--- 1.5/server-tools/instance-manager/portability.h 2005-08-29 21:29:27 +02:00
+++ 1.6/server-tools/instance-manager/portability.h 2005-09-27 08:28:37 +02:00
@@ -1,6 +1,10 @@
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_PORTABILITY_H
#define INCLUDES_MYSQL_INSTANCE_MANAGER_PORTABILITY_H
+#if defined(__SCO_DS) && !defined(SHUT_RDWR)
+#define SHUT_RDWR 2
+#endif
+
#ifdef __WIN__
#define vsnprintf _vsnprintf
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.1997) | kent | 27 Sep |