MySQL 8.3.0
Source Code Documentation
Release_all_backup_locks Class Reference

MDL_release_locks_visitor subclass to release MDL for BACKUP_LOCK. More...

Inheritance diagram for Release_all_backup_locks:
[legend]

Public Member Functions

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
 

Detailed Description

MDL_release_locks_visitor subclass to release MDL for BACKUP_LOCK.

Member Function Documentation

◆ release()

bool Release_all_backup_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.


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