MySQL 9.1.0
Source Code Documentation
|
TABLE ERROR_LOG (declarations for table, indices, and keys). More...
#include <sys/types.h>
#include <time.h>
#include "my_inttypes.h"
#include "mysql/components/services/log_shared.h"
#include "sql/server_component/log_sink_perfschema.h"
#include "storage/perfschema/cursor_by_error_log.h"
#include "storage/perfschema/pfs_column_types.h"
#include "storage/perfschema/table_helper.h"
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 } |
TABLE ERROR_LOG (declarations for table, indices, and keys).