1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/50

into  siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/51
This commit is contained in:
tsmith/tim@siva.hindu.god
2006-12-08 16:39:58 -07:00
3 changed files with 11 additions and 8 deletions

View File

@@ -576,6 +576,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"