diff options
author | cmiller@zippy.cornsilk.net <> | 2006-12-07 12:53:32 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-12-07 12:53:32 -0500 |
commit | 38346fa9da4256fe69452c4fd9b8c403025991bd (patch) | |
tree | ead150901e66dfa3917124547db97245fb49c1d7 /include/mysql_h.ic | |
parent | a6ad0c3000ab044ba8eff41e846b9e66eee66316 (diff) | |
download | mariadb-git-38346fa9da4256fe69452c4fd9b8c403025991bd.tar.gz |
Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible. This is a
forwards-incompatible change.
Diffstat (limited to 'include/mysql_h.ic')
-rw-r--r-- | include/mysql_h.ic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_h.ic b/include/mysql_h.ic index 0e546acef92..286c42500ec 100644 --- a/include/mysql_h.ic +++ b/include/mysql_h.ic @@ -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" |