Commit 821def7f authored by unknown's avatar unknown
Browse files

add the sql_mode to the enum with the fields

post-push fix for bug#16407 (sql_mode discarded)
WL#1034 (Internal CRON)

parent 866ad215
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 :) */
} ;