List:Commits« Previous MessageNext Message »
From:Magnus Svensson Date:August 5 2008 2:07pm
Subject:bzr commit into mysql-5.1-telco-6.2 branch (msvensson:2638)
View as plain text  
#At file:///home/msvensson/mysql/6.2/

 2638 Magnus Svensson	2008-08-05
      Remove extra semicolon
modified:
  storage/ndb/src/mgmsrv/Services.cpp

=== modified file 'storage/ndb/src/mgmsrv/Services.cpp'
--- a/storage/ndb/src/mgmsrv/Services.cpp	2008-08-05 11:53:52 +0000
+++ b/storage/ndb/src/mgmsrv/Services.cpp	2008-08-05 12:07:35 +0000
@@ -369,7 +369,7 @@ MgmApiSession::runSession()
     // Send output from command to the client
     m_output->flush();
 
-  };
+  }
 
   NdbMutex_Lock(m_mutex);
   m_ctx= NULL;

Thread
bzr commit into mysql-5.1-telco-6.2 branch (msvensson:2638) Magnus Svensson5 Aug