MySQL 8.4.0
Source Code Documentation
mysql_thd_attributes_bits.h File Reference

Go to the source code of this file.

Macros

#define STATUS_SESSION_OK   0x0001
 
#define STATUS_SESSION_KILLED   0x0002
 
#define STATUS_SESSION_KILLED_BAD_DATA   0x0004
 
#define STATUS_QUERY_KILLED   0x0008
 
#define STATUS_QUERY_TIMEOUT   0x0010
 
#define STATUS_DA_EMPTY   0x0020
 
#define STATUS_DA_OK   0x0040
 
#define STATUS_DA_EOF   0x0080
 
#define STATUS_DA_ERROR   0x0100
 
#define STATUS_DA_FATAL_ERROR   0x0200
 
#define STATUS_DA_DISABLED   0x0400
 

Macro Definition Documentation

◆ STATUS_DA_DISABLED

#define STATUS_DA_DISABLED   0x0400

◆ STATUS_DA_EMPTY

#define STATUS_DA_EMPTY   0x0020

◆ STATUS_DA_EOF

#define STATUS_DA_EOF   0x0080

◆ STATUS_DA_ERROR

#define STATUS_DA_ERROR   0x0100

◆ STATUS_DA_FATAL_ERROR

#define STATUS_DA_FATAL_ERROR   0x0200

◆ STATUS_DA_OK

#define STATUS_DA_OK   0x0040

◆ STATUS_QUERY_KILLED

#define STATUS_QUERY_KILLED   0x0008

◆ STATUS_QUERY_TIMEOUT

#define STATUS_QUERY_TIMEOUT   0x0010

◆ STATUS_SESSION_KILLED

#define STATUS_SESSION_KILLED   0x0002

◆ STATUS_SESSION_KILLED_BAD_DATA

#define STATUS_SESSION_KILLED_BAD_DATA   0x0004

◆ STATUS_SESSION_OK

#define STATUS_SESSION_OK   0x0001