mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixes during review of pushed code
Added back missing return in mysql_delete()
This commit is contained in:
parent
192bceafd9
commit
1b3ed12017
6 changed files with 26 additions and 23 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue