summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-10-27 15:15:01 +0300
committermonty@mysql.com <>2005-10-27 15:15:01 +0300
commit1b3ed12017599c53fa674797cfc56cbbc023c934 (patch)
tree7146608f0e572ee9d179f503804c0f2b4ba050f7 /sql/log_event.h
parent192bceafd9d9709b5c4c09747cc629acc8a4664b (diff)
downloadmariadb-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.h5
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 */
};
/*