From: magnus.blaudd Date: May 24 2011 2:45pm Subject: bzr push into mysql-5.5-cluster branch (magnus.blaudd:3345 to 3346) List-Archive: http://lists.mysql.com/commits/137999 Message-Id: <20110524144518.0E8BC13402B@pilot> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 3345 magnus.blaudd@stripped 2011-05-24 ndb - disable rpl_ndb_row_implici_commit_binlog due to bug#12586131 modified: mysql-test/suite/rpl_ndb/t/disabled.def === 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: useless for push emails).