From 1e5930334427adb31b689d56bb503afa355e8744 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Jan 2006 23:29:03 +0100 Subject: [PATCH] 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 --- scripts/mysql_fix_privilege_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_fix_privilege_tables.sql b/scripts/mysql_fix_privilege_tables.sql index d7fad130603..547a4db4d86 100644 --- a/scripts/mysql_fix_privilege_tables.sql +++ b/scripts/mysql_fix_privilege_tables.sql @@ -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;