MySQL 8.3.0
Source Code Documentation
Release_locking_service_locks Class Reference
Inheritance diagram for Release_locking_service_locks:
[legend]

Public Member Functions

 Release_locking_service_locks (const char *lock_namespace)
 
bool release (MDL_ticket *ticket) override
 Check if the given ticket represents a lock that should be released. More...
 
- Public Member Functions inherited from MDL_release_locks_visitor
virtual ~MDL_release_locks_visitor ()=default
 

Private Attributes

const char * m_lock_namespace
 

Constructor & Destructor Documentation

◆ Release_locking_service_locks()

Release_locking_service_locks::Release_locking_service_locks ( const char *  lock_namespace)
inlineexplicit

Member Function Documentation

◆ release()

bool Release_locking_service_locks::release ( MDL_ticket ticket)
inlineoverridevirtual

Check if the given ticket represents a lock that should be released.

Return values
trueif the lock should be released, false otherwise.

Implements MDL_release_locks_visitor.

Member Data Documentation

◆ m_lock_namespace

const char* Release_locking_service_locks::m_lock_namespace
private

The documentation for this class was generated from the following file: