1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#3464 (Add replication event to denote gap in replication):

Fixing automerge problem and updating comments referring to exec_event().
This commit is contained in:
mats@romeo.(none)
2007-03-30 15:29:30 +02:00
parent 121f29a541
commit 4710d3df33
5 changed files with 8 additions and 8 deletions

View File

@ -1270,7 +1270,7 @@ public:
return first_successful_insert_id_in_prev_stmt;
}
/*
Used by Intvar_log_event::exec_event() and by "SET INSERT_ID=#"
Used by Intvar_log_event::do_apply_event() and by "SET INSERT_ID=#"
(mysqlbinlog). We'll soon add a variant which can take many intervals in
argument.
*/