MySQL 9.1.0
Source Code Documentation
|
key for the PRIO column More...
#include <table_error_log.h>
Public Member Functions | |
PFS_key_error_log_prio (const char *name) | |
~PFS_key_error_log_prio () override=default | |
void | read (PFS_key_reader &reader, enum ha_rkey_function find_flag) override |
Read function for the key on the PRIO column. More... | |
bool | match (const log_sink_pfs_event *row) |
Match function / comparator for the key on the PRIO column. More... | |
Public Member Functions inherited from PFS_key_object_type_enum | |
PFS_key_object_type_enum (const char *name) | |
~PFS_key_object_type_enum () override=default | |
void | read (PFS_key_reader &reader, enum ha_rkey_function find_flag) override |
bool | match (enum_object_type object_type) |
bool | match (const PFS_prepared_stmt *pfs) |
bool | match (const PFS_object_row *pfs) |
bool | match (const PFS_program *pfs) |
Public Member Functions inherited from PFS_engine_key | |
PFS_engine_key (const char *name) | |
virtual | ~PFS_engine_key ()=default |
Private Attributes | |
enum enum_prio | m_prio |
Additional Inherited Members | |
Public Attributes inherited from PFS_engine_key | |
const char * | m_name |
Protected Attributes inherited from PFS_engine_key | |
enum ha_rkey_function | m_find_flag |
bool | m_is_null |
key for the PRIO column
|
inlineexplicit |
|
overridedefault |
bool PFS_key_error_log_prio::match | ( | const log_sink_pfs_event * | row | ) |
Match function / comparator for the key on the PRIO column.
|
overridevirtual |
Read function for the key on the PRIO column.
Implements PFS_engine_key.
|
private |