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, 2006-09-15 15:41:04+02:00, msvensson@shellback.(none) +1 -0
Bug#22326 Build problems on hurd-i386: conflicting declaration of socklen_t
extra/yassl/testsuite/test.hpp@stripped, 2006-09-15 15:41:00+02:00,
msvensson@shellback.(none) +1 -1
Remove define for __MACH__
http://bugs.debian.org/387369
# 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: shellback.(none)
# Root: /home/msvensson/mysql/work/my50-work
--- 1.5/extra/yassl/testsuite/test.hpp 2006-09-15 15:41:13 +02:00
+++ 1.6/extra/yassl/testsuite/test.hpp 2006-09-15 15:41:13 +02:00
@@ -27,7 +27,7 @@
#endif /* _WIN32 */
-#if !defined(_SOCKLEN_T) && (defined(__MACH__) || defined(_WIN32))
+#if !defined(_SOCKLEN_T) && defined(_WIN32)
typedef int socklen_t;
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2267) BUG#22326 | msvensson | 15 Sep |