mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible. This is a
forwards-incompatible change.
This commit is contained in:
parent
ae9596ad1b
commit
8b5787fa4a
1 changed files with 1 additions and 0 deletions
|
|
@ -575,6 +575,7 @@ enum mysql_enum_shutdown_level
|
|||
SHUTDOWN_WAIT_UPDATES = (unsigned char)((1 << 3)),
|
||||
SHUTDOWN_WAIT_ALL_BUFFERS = ((unsigned char)((1 << 3)) << 1),
|
||||
SHUTDOWN_WAIT_CRITICAL_BUFFERS = (((unsigned char)((1 << 3)) << 1) + 1),
|
||||
KILL_QUERY = 254,
|
||||
KILL_CONNECTION = 255,
|
||||
};
|
||||
# 154 "mysql.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue