Commit 64e09bad authored by andrey@lmy004's avatar andrey@lmy004

sql_mode should be after on_completion and before comment

partial fix for bug #16407
WL#1034 (Internal CRON)
parent 060122de
......@@ -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;
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