Commit 060122de authored by andrey@lmy004's avatar andrey@lmy004

add the sql_mode to the enum with the fields

post-push fix for bug#16407 (sql_mode discarded)
WL#1034 (Internal CRON)
parent edf0185e
...@@ -70,6 +70,7 @@ enum evex_table_field ...@@ -70,6 +70,7 @@ enum evex_table_field
EVEX_FIELD_ENDS, EVEX_FIELD_ENDS,
EVEX_FIELD_STATUS, EVEX_FIELD_STATUS,
EVEX_FIELD_ON_COMPLETION, EVEX_FIELD_ON_COMPLETION,
EVEX_FIELD_SQL_MODE,
EVEX_FIELD_COMMENT, EVEX_FIELD_COMMENT,
EVEX_FIELD_COUNT /* a cool trick to count the number of fields :) */ EVEX_FIELD_COUNT /* a cool trick to count the number of fields :) */
} ; } ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment