List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:November 19 2008 9:04pm
Subject:bzr commit into mysql-5.1 branch (jonas:3115)
View as plain text  
#At file:///home/jonas/src/telco-6.4/

 3115 Jonas Oreland	2008-11-19
      ndb - windows - add new files to CMakeLists.txt
modified:
  storage/ndb/test/ndbapi/CMakeLists.txt
  storage/ndb/test/src/CMakeLists.txt

=== modified file 'storage/ndb/test/ndbapi/CMakeLists.txt'
--- a/storage/ndb/test/ndbapi/CMakeLists.txt	2008-09-19 06:47:43 +0000
+++ b/storage/ndb/test/ndbapi/CMakeLists.txt	2008-11-19 21:04:11 +0000
@@ -36,7 +36,7 @@ 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)
+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(testNdbApi testNdbApi.cpp)
 ADD_EXECUTABLE(testNodeRestart testNodeRestart.cpp)
 TARGET_LINK_LIBRARIES(testNodeRestart ndbclient)

=== modified file 'storage/ndb/test/src/CMakeLists.txt'
--- a/storage/ndb/test/src/CMakeLists.txt	2008-08-20 13:22:09 +0000
+++ b/storage/ndb/test/src/CMakeLists.txt	2008-11-19 21:04:11 +0000
@@ -42,5 +42,6 @@ ADD_LIBRARY(ndbNDBT STATIC
         NdbSchemaCon.cpp
         NdbSchemaOp.cpp
         getarg.c
-        CpcClient.cpp)
+        CpcClient.cpp
+	SocketInputStream2.cpp)
 

Thread
bzr commit into mysql-5.1 branch (jonas:3115) Jonas Oreland19 Nov