MXS-2067: Replace most SPINLOCKs
Replaced SPINLOCK with std::mutex where possible, leaving out the more complex cases. The big offenders remaining are the binlogrouter and the gateway.cc OpenSSL locks.
This commit is contained in:
@ -47,7 +47,6 @@ SchemaRouter::SchemaRouter(SERVICE* service, SConfig config)
|
||||
, m_config(config)
|
||||
, m_service(service)
|
||||
{
|
||||
spinlock_init(&m_lock);
|
||||
}
|
||||
|
||||
SchemaRouter::~SchemaRouter()
|
||||
|
Reference in New Issue
Block a user