From 1b3ed12017599c53fa674797cfc56cbbc023c934 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Thu, 27 Oct 2005 15:15:01 +0300 Subject: Fixes during review of pushed code Added back missing return in mysql_delete() --- sql/log_event.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sql/log_event.h') diff --git a/sql/log_event.h b/sql/log_event.h index 8acdf015464..7783a97f03f 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -430,11 +430,10 @@ enum Log_event_type /* Add new events here - right above this comment! - And change the ENUM_END_EVENT_MARKER below. - Existing events should never change their numbers + Existing events (except ENUM_END_EVENT) should never change their numbers */ - ENUM_END_EVENT= 19 /* end marker */ + ENUM_END_EVENT /* end marker */ }; /* -- cgit v1.2.1