From 060122de0609a96ec0085c0e907ea9efe77106e3 Mon Sep 17 00:00:00 2001 From: "andrey@lmy004." <> Date: Tue, 31 Jan 2006 17:22:38 +0100 Subject: [PATCH] add the sql_mode to the enum with the fields post-push fix for bug#16407 (sql_mode discarded) WL#1034 (Internal CRON) --- sql/event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/event.h b/sql/event.h index 3d00ca388b9..1fe5c8e5713 100644 --- a/sql/event.h +++ b/sql/event.h @@ -70,6 +70,7 @@ enum evex_table_field EVEX_FIELD_ENDS, EVEX_FIELD_STATUS, EVEX_FIELD_ON_COMPLETION, + EVEX_FIELD_SQL_MODE, EVEX_FIELD_COMMENT, EVEX_FIELD_COUNT /* a cool trick to count the number of fields :) */ } ;