List:Commits« Previous MessageNext Message »
From:knielsen Date:May 30 2008 2:11pm
Subject:bk commit into 5.1 tree (knielsen:1.2618)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of knielsen.  When knielsen 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, 2008-05-30 14:11:10+02:00, knielsen@ymer.(none) +1 -0
  Mac OSX portability fix.

  storage/ndb/src/common/transporter/Transporter.hpp@stripped, 2008-05-30 14:11:06+02:00,
knielsen@ymer.(none) +2 -0
    Mac OSX portability fix.

diff -Nrup a/storage/ndb/src/common/transporter/Transporter.hpp
b/storage/ndb/src/common/transporter/Transporter.hpp
--- a/storage/ndb/src/common/transporter/Transporter.hpp	2008-05-29 17:06:02 +02:00
+++ b/storage/ndb/src/common/transporter/Transporter.hpp	2008-05-30 14:11:06 +02:00
@@ -28,6 +28,8 @@
 #include <NdbMutex.h>
 #include <NdbThread.h>
 
+#include <sys/uio.h>
+
 class Transporter {
   friend class TransporterRegistry;
 public:
Thread
bk commit into 5.1 tree (knielsen:1.2618)knielsen30 May