1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +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:
andrey@lmy004.
2006-01-31 23:29:03 +01:00
parent 060122de06
commit 64e09bad66

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;