mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
sql_mode should be after on_completion and before comment
partial fix for bug #16407 WL#1034 (Internal CRON)
This commit is contained in:
@@ -665,5 +665,5 @@ ALTER TABLE event ADD sql_mode
|
|||||||
'TRADITIONAL',
|
'TRADITIONAL',
|
||||||
'NO_AUTO_CREATE_USER',
|
'NO_AUTO_CREATE_USER',
|
||||||
'HIGH_NOT_PRECEDENCE'
|
'HIGH_NOT_PRECEDENCE'
|
||||||
) DEFAULT '' NOT NULL;
|
) DEFAULT '' NOT NULL AFTER on_completion;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user