MySQL 9.1.0
Source Code Documentation
|
Subclass this to iterate over a thread's acquired latch levels. More...
#include <sync0types.h>
Public Member Functions | |
virtual | ~sync_check_functor_t ()=default |
virtual bool | operator() (const latch_level_t)=0 |
virtual bool | result () const =0 |
Subclass this to iterate over a thread's acquired latch levels.
|
virtualdefault |
|
pure virtual |
Implemented in btrsea_sync_check, dict_sync_check, and sync_allowed_latches.
|
pure virtual |
Implemented in btrsea_sync_check, dict_sync_check, and sync_allowed_latches.