From: Jonas Oreland Date: September 19 2011 9:27am Subject: bzr push into mysql-5.5-cluster branch (jonas.oreland:3496 to 3497) List-Archive: http://lists.mysql.com/commits/140996 Message-Id: <20110919092723.000EED67B56@perch.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3497 Jonas Oreland 2011-09-19 ndb - embryo of DLL-export...much much more needed...but I think this fixes link in vista machine modified: storage/ndb/include/ndb_types.h.in storage/ndb/src/dummy.cpp 3496 John David Duncan 2011-09-18 [merge] merge modified: mysql-test/suite/ndb_memcache/t/type_char.test storage/ndb/memcache/CMakeLists.txt storage/ndb/memcache/sandbox.sh.in === modified file 'storage/ndb/include/ndb_types.h.in' --- a/storage/ndb/include/ndb_types.h.in 2011-07-05 12:46:07 +0000 +++ b/storage/ndb/include/ndb_types.h.in 2011-09-19 09:26:01 +0000 @@ -33,9 +33,11 @@ typedef unsigned __int64 Uint64; typedef signed __int64 Int64; #define ssize_t SSIZE_T +#define NDB_EXPORT __declspec(dllexport) #else typedef unsigned long long Uint64; typedef signed long long Int64; +#define NDB_EXPORT #endif typedef signed char Int8; === modified file 'storage/ndb/src/dummy.cpp' --- a/storage/ndb/src/dummy.cpp 2011-06-28 16:26:30 +0000 +++ b/storage/ndb/src/dummy.cpp 2011-09-19 09:26:01 +0000 @@ -2,7 +2,7 @@ typedef void (Ndb_cluster_connection::* fptr)(const char*); -fptr functions[] = { +NDB_EXPORT fptr functions[] = { (fptr)&Ndb_cluster_connection::set_name, 0 }; No bundle (reason: useless for push emails).