MySQL 9.1.0
Source Code Documentation
|
Definition of the global "loglevel" enumeration. More...
Go to the source code of this file.
Enumerations | |
enum | loglevel { SYSTEM_LEVEL = 0 , ERROR_LEVEL = 1 , WARNING_LEVEL = 2 , INFORMATION_LEVEL = 3 } |
Definition of the global "loglevel" enumeration.
The values defined here have a fixed relationship with enum_prio in storage/perfschema/table_error_log.h and should not be changed.
If changing them is inevitable, make sure that that relationship is maintained and performance_schema.error_log not broken.
enum loglevel |