add the sql_mode to the enum with the fields

post-push fix for bug#16407 (sql_mode discarded)
WL#1034 (Internal CRON)
This commit is contained in:
andrey@lmy004. 2006-01-31 17:22:38 +01:00
parent edf0185e4b
commit 060122de06

View file

@ -70,6 +70,7 @@ enum evex_table_field
EVEX_FIELD_ENDS,
EVEX_FIELD_STATUS,
EVEX_FIELD_ON_COMPLETION,
EVEX_FIELD_SQL_MODE,
EVEX_FIELD_COMMENT,
EVEX_FIELD_COUNT /* a cool trick to count the number of fields :) */
} ;