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:
@ -749,7 +749,6 @@ AvroSession::AvroSession(Avro* instance, MXS_SESSION* session)
|
||||
: dcb(session->client_dcb)
|
||||
, state(AVRO_CLIENT_UNREGISTERED)
|
||||
, format(AVRO_FORMAT_UNDEFINED)
|
||||
, catch_lock(SPINLOCK_INIT)
|
||||
, router(instance)
|
||||
, file_handle(NULL)
|
||||
, last_sent_pos(0)
|
||||
|
||||
Reference in New Issue
Block a user