List:Commits« Previous MessageNext Message »
From:Magnus Svensson Date:September 2 2008 9:28am
Subject:bzr commit into mysql-5.1 branch (msvensson:2682) Bug#39158
View as plain text  
#At file:///home/msvensson/mysql/6.3/

 2682 Magnus Svensson	2008-09-02 [merge]
      Merge bug#39158
modified:
  storage/ndb/src/mgmsrv/MgmtSrvr.cpp

=== modified file 'storage/ndb/src/mgmsrv/MgmtSrvr.cpp'
--- a/storage/ndb/src/mgmsrv/MgmtSrvr.cpp	2008-08-21 22:14:40 +0000
+++ b/storage/ndb/src/mgmsrv/MgmtSrvr.cpp	2008-09-02 09:28:24 +0000
@@ -2339,6 +2339,7 @@ MgmtSrvr::alloc_node_id(NodeId * nodeId,
 			  "or specifying unique host names in config file,\n"
 			  "or specifying just one mgmt server in config file.",
 			  tmp);
+      NdbMutex_Unlock(m_configMutex);
       error_code = NDB_MGM_ALLOCID_CONFIG_MISMATCH;
       DBUG_RETURN(false);
     }

Thread
bzr commit into mysql-5.1 branch (msvensson:2682) Bug#39158Magnus Svensson3 Sep