314
314
#define MYSQL_SHUTDOWN_KILLABLE_LOCK_TABLE (unsigned char)(1 << 2)
315
315
#define MYSQL_SHUTDOWN_KILLABLE_UPDATE (unsigned char)(1 << 3)
319
319
We want levels to be in growing order of hardness (because we use number
320
320
comparisons). Note that DEFAULT does not respect the growing property, but