MySQL 8.3.0
Source Code Documentation
table_error_log.h File Reference

TABLE ERROR_LOG (declarations for table, indices, and keys). More...

Go to the source code of this file.

Classes

class  PFS_key_error_log_logged
 Key for the LOGGED (timestamp/primary key) column. More...
 
class  PFS_index_error_log_by_logged
 index on the LOGGED (timestamp/primary key) column More...
 
class  PFS_key_error_log_thread_id
 key for the THREAD_ID column More...
 
class  PFS_index_error_log_by_thread_id
 index on the THREAD_ID column More...
 
class  PFS_key_error_log_prio
 key for the PRIO column More...
 
class  PFS_index_error_log_by_prio
 index on the PRIO column More...
 
class  PFS_index_error_log_by_error_code
 key for the ERROR_CODE column More...
 
class  PFS_index_error_log_by_subsys
 index on the ERROR_CODE column More...
 
class  table_error_log
 Table PERFORMANCE_SCHEMA.ERROR_LOG. More...
 

Enumerations

enum  enum_prio { PS_ERROR_LOG_PRIO_SYSTEM = 1 , PS_ERROR_LOG_PRIO_ERROR = 2 , PS_ERROR_LOG_PRIO_WARNING = 3 , PS_ERROR_LOG_PRIO_NOTE = 4 }
 

Detailed Description

TABLE ERROR_LOG (declarations for table, indices, and keys).