Commit 3515ace9 authored by unknown's avatar unknown

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
parent 2c3e18a3
......@@ -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