List:Commits« Previous MessageNext Message »
From:jmiller Date:September 19 2007 9:20am
Subject:bk commit into 5.1 tree (jmiller:1.2554)
View as plain text  
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:20:30+02:00, jmiller@stripped +1 -0
  NDBT_Thread.cpp:
    Removed semicolon causing build syntax issues per pekka

  storage/ndb/test/src/NDBT_Thread.cpp@stripped, 2007-09-19 11:20:22+02:00, jmiller@stripped +1 -1
    Removed semicolon causing build syntax issues 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 11:20:22 +02:00
@@ -131,7 +131,7 @@ NDBT_Thread::exit()
   m_state = Exit;
   signal();
   unlock();
-};
+}
 
 void
 NDBT_Thread::join()
Thread
bk commit into 5.1 tree (jmiller:1.2554)jmiller19 Sep