List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:September 1 2008 12:48pm
Subject:bzr push into mysql-5.1 branch (stewart:2827 to 2828)
View as plain text  
 2828 Stewart Smith	2008-09-01
      include headers in my_socket_posix.h required on OSX
modified:
  include/my_socket_posix.h

 2827 Stewart Smith	2008-09-01
      Use correct paths for vs_config_dirs for ndb binaries.
      
      $ndb_path is full path to ndb/ or storage/ndb.
      
      We only do NDB on Win32 in 5.1+ which is storage/ndb, so just use storage/ndb here.
modified:
  mysql-test/mysql-test-run.pl

=== modified file 'include/my_socket_posix.h'
--- a/include/my_socket_posix.h	2008-08-21 12:02:12 +0000
+++ b/include/my_socket_posix.h	2008-09-01 12:43:35 +0000
@@ -3,6 +3,9 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/uio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
 
 #include <config.h>
 

Thread
bzr push into mysql-5.1 branch (stewart:2827 to 2828) Stewart Smith1 Sep