1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Changed SQL variable delay_key_write to an enum

able delay_key_write as default (as it was in 4.0.2)
This commit is contained in:
monty@hundin.mysql.fi
2002-08-13 02:18:39 +03:00
parent 454339b29c
commit ae1ec6e16a
12 changed files with 210 additions and 83 deletions

View File

@ -31,6 +31,8 @@ enum enum_enable_or_disable { LEAVE_AS_IS, ENABLE, DISABLE };
enum enum_ha_read_modes { RFIRST, RNEXT, RPREV, RLAST, RKEY };
enum enum_duplicates { DUP_ERROR, DUP_REPLACE, DUP_IGNORE };
enum enum_log_type { LOG_CLOSED, LOG_NORMAL, LOG_NEW, LOG_BIN };
enum enum_delay_key_write { DELAY_KEY_WRITE_NONE, DELAY_KEY_WRITE_ON,
DELAY_KEY_WRITE_ALL };
// log info errors
#define LOG_INFO_EOF -1