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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user