From: magnus.blaudd Date: May 19 2011 9:12am Subject: bzr push into mysql-5.1-telco-7.0 branch (magnus.blaudd:4395 to 4396) List-Archive: http://lists.mysql.com/commits/137669 Message-Id: <20110519091212.B5CCB13402B@pilot> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4396 magnus.blaudd@stripped 2011-05-19 ndb - print the version of cmake from storage/ndb/CMakelists.txt modified: storage/ndb/CMakeLists.txt 4395 Jonas Oreland 2011-05-19 ndb - assign errno 17000-17999 to Dbspj modified: storage/ndb/src/kernel/blocks/ERROR_codes.txt storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp === modified file 'storage/ndb/CMakeLists.txt' --- a/storage/ndb/CMakeLists.txt 2011-05-06 13:26:05 +0000 +++ b/storage/ndb/CMakeLists.txt 2011-05-19 09:05:45 +0000 @@ -17,6 +17,8 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_SOURCE_DIR}/storage/ndb/cmake) + +MESSAGE(STATUS "Using cmake version ${CMAKE_VERSION}") # Check if this is MySQL Cluster build i.e the MySQL Server # version string ends in -ndb-Y.Y.Y[-status] No bundle (reason: useless for push emails).