Fixes during review of pushed code

Added back missing return in mysql_delete()
This commit is contained in:
monty@mysql.com 2005-10-27 15:15:01 +03:00
commit 1b3ed12017
6 changed files with 26 additions and 23 deletions

View file

@ -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 */
};
/*