List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:November 21 2008 8:05am
Subject:bzr push into mysql-5.1 branch (jonas:3123 to 3124)
View as plain text  
 3124 Jonas Oreland	2008-11-21
      ndb - cmake guessing part II
modified:
  storage/ndb/test/ndbapi/CMakeLists.txt

 3123 Jonas Oreland	2008-11-20
      ndb - fix table-name handling on windows (remove broken code)
modified:
  sql/ha_ndbcluster.cc

=== modified file 'storage/ndb/test/ndbapi/CMakeLists.txt'
--- a/storage/ndb/test/ndbapi/CMakeLists.txt	2008-11-19 21:04:11 +0000
+++ b/storage/ndb/test/ndbapi/CMakeLists.txt	2008-11-21 08:04:43 +0000
@@ -36,7 +36,8 @@ ADD_EXECUTABLE(testBlobs testBlobs.cpp)
 ADD_EXECUTABLE(testDataBuffers testDataBuffers.cpp)
 ADD_EXECUTABLE(testDict testDict.cpp)
 ADD_EXECUTABLE(testIndex testIndex.cpp)
-ADD_EXECUTABLE(testMgm testMgm.cpp ${CMAKE_SOURCE_DIR}/storage/ndb/src/mgmsrv/Config.cpp $(CMAKE_SOURCE_DIR)/storage/ndb/src/mgmsrv/ConfigInfo.cpp $(CMAKE_SOURCE_DIR)/storage/ndb/src/mgmsrv/InitConfigFileParser.cpp)
+ADD_EXECUTABLE(testMgm testMgm.cpp)
+TARGET_LINK_LIBRARIES(testMgm ndbconf)
 ADD_EXECUTABLE(testNdbApi testNdbApi.cpp)
 ADD_EXECUTABLE(testNodeRestart testNodeRestart.cpp)
 TARGET_LINK_LIBRARIES(testNodeRestart ndbclient)

Thread
bzr push into mysql-5.1 branch (jonas:3123 to 3124) Jonas Oreland21 Nov