mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
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:
parent
edf0185e4b
commit
060122de06
1 changed files with 1 additions and 0 deletions
|
@ -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 :) */
|
||||
} ;
|
||||
|
|
Loading…
Reference in a new issue