From: magnus.blaudd Date: May 24 2011 2:45pm Subject: bzr commit into mysql-5.5-cluster branch (magnus.blaudd:3346) List-Archive: http://lists.mysql.com/commits/137998 Message-Id: <20110524144510.929EA13402B@pilot> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/msvensson/mysql/5.5-cluster/ based on revid:magnus.blaudd@stripped 3346 magnus.blaudd@stripped 2011-05-24 [merge] Merge 7.0 -> 5.5-cluster modified: storage/ndb/src/common/portlib/CMakeLists.txt storage/ndb/src/common/util/ndbzio.c === modified file 'storage/ndb/src/common/portlib/CMakeLists.txt' --- a/storage/ndb/src/common/portlib/CMakeLists.txt 2011-05-11 12:23:24 +0000 +++ b/storage/ndb/src/common/portlib/CMakeLists.txt 2011-05-24 14:33:47 +0000 @@ -40,5 +40,7 @@ TARGET_LINK_LIBRARIES(NdbDir-t ndbportli ADD_EXECUTABLE(NdbGetInAddr-t NdbTCP.cpp) SET_TARGET_PROPERTIES(NdbGetInAddr-t PROPERTIES COMPILE_FLAGS "-DTEST_NDBGETINADDR") +TARGET_LINK_LIBRARIES(NdbGetInAddr-t ${LIBSOCKET}) + === modified file 'storage/ndb/src/common/util/ndbzio.c' --- a/storage/ndb/src/common/util/ndbzio.c 2011-04-18 14:15:23 +0000 +++ b/storage/ndb/src/common/util/ndbzio.c 2011-05-24 14:34:41 +0000 @@ -167,9 +167,11 @@ void ndbz_free(voidpf opaque, voidpf add } #ifdef _WIN32 -/* Windows doesn't define ENOTSUP, define it same as Solaris */ +#ifndef ENOTSUP +/* If Windows doesn't define ENOTSUP, define it same as Solaris */ #define ENOTSUP 48 #endif +#endif #ifndef HAVE_POSIX_MEMALIGN static inline int posix_memalign(void **memptr, size_t alignment, size_t size) No bundle (reason: revision is a merge (you can force generation of a bundle with env var BZR_FORCE_BUNDLE=1)).