sql_mode should be after on_completion and before comment
partial fix for bug #16407 WL#1034 (Internal CRON) scripts/mysql_fix_privilege_tables.sql: sql_mode should be after on_completion and before comment
This commit is contained in:
parent
821def7f66
commit
1e59303344
@ -665,5 +665,5 @@ ALTER TABLE event ADD sql_mode
|
||||
'TRADITIONAL',
|
||||
'NO_AUTO_CREATE_USER',
|
||||
'HIGH_NOT_PRECEDENCE'
|
||||
) DEFAULT '' NOT NULL;
|
||||
) DEFAULT '' NOT NULL AFTER on_completion;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user