4554 jonas oreland 2011-09-27
ndb - remove locking of m_local_config_mutex in MgmtSrvr::start as this introduces a lockdep assertion
modified:
storage/ndb/src/mgmsrv/MgmtSrvr.cpp
4553 Jonas Oreland 2011-09-27
ndb - remove mutex created as global object (before ndb_init), have it be created by EmulatorData::create() instead
modified:
storage/ndb/src/kernel/vm/ArrayPool.hpp
storage/ndb/src/kernel/vm/Emulator.cpp
=== modified file 'storage/ndb/src/mgmsrv/MgmtSrvr.cpp'
--- a/storage/ndb/src/mgmsrv/MgmtSrvr.cpp 2011-09-23 17:19:24 +0000
+++ b/storage/ndb/src/mgmsrv/MgmtSrvr.cpp 2011-09-27 07:35:34 +0000
@@ -528,8 +528,6 @@ MgmtSrvr::start()
{
DBUG_ENTER("MgmtSrvr::start");
- Guard g(m_local_config_mutex);
-
/* Start transporter */
if(!start_transporter(m_local_config))
{
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1-telco-7.0 branch (jonas.oreland:4553 to 4554) | jonas oreland | 29 Sep |