diff options
author | monty@mysql.com <> | 2005-10-27 15:15:01 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-10-27 15:15:01 +0300 |
commit | 1b3ed12017599c53fa674797cfc56cbbc023c934 (patch) | |
tree | 7146608f0e572ee9d179f503804c0f2b4ba050f7 /sql/log_event.h | |
parent | 192bceafd9d9709b5c4c09747cc629acc8a4664b (diff) | |
download | mariadb-git-1b3ed12017599c53fa674797cfc56cbbc023c934.tar.gz |
Fixes during review of pushed code
Added back missing return in mysql_delete()
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 */ }; /* |