From: Date: September 19 2007 11:00am Subject: bk commit into 5.1 tree (jmiller:1.2634) List-Archive: http://lists.mysql.com/commits/34389 Message-Id: <200709190900.l8J90BvK024464@ndb15.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of ndbdev. When ndbdev does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-09-19 11:00:05+02:00, jmiller@stripped +1 -0 NDBT_Thread.cpp: removed semicolon that caused build issue. Per pekka storage/ndb/test/src/NDBT_Thread.cpp@stripped, 2007-09-19 10:59:36+02:00, jmiller@stripped +1 -1 removed semicolon that caused build issue. Per pekka diff -Nrup a/storage/ndb/test/src/NDBT_Thread.cpp b/storage/ndb/test/src/NDBT_Thread.cpp --- a/storage/ndb/test/src/NDBT_Thread.cpp 2007-07-14 10:48:06 +02:00 +++ b/storage/ndb/test/src/NDBT_Thread.cpp 2007-09-19 10:59:36 +02:00 @@ -131,7 +131,7 @@ NDBT_Thread::exit() m_state = Exit; signal(); unlock(); -}; +} void NDBT_Thread::join()