mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
mysys: ME_ERROR_LOG_ONLY flag
This commit is contained in:
parent
c9061d1102
commit
ced6638773
8 changed files with 26 additions and 22 deletions
|
|
@ -106,6 +106,7 @@ typedef struct my_aio_result {
|
|||
|
||||
#define ME_BELL 4U /* Ring bell then printing message */
|
||||
#define ME_ERROR_LOG 64 /**< write the error message to error log */
|
||||
#define ME_ERROR_LOG_ONLY 128 /**< write the error message to error log only */
|
||||
#define ME_NOTE 1024 /**< not error but just info */
|
||||
#define ME_WARNING 2048 /**< not error but just warning */
|
||||
#define ME_FATAL 4096 /**< fatal statement error */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue