1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00

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:
unknown
2006-01-31 23:29:03 +01:00
parent 821def7f66
commit 1e59303344

View File

@ -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;