diff options
author | mats@romeo.(none) <> | 2007-03-30 15:29:30 +0200 |
---|---|---|
committer | mats@romeo.(none) <> | 2007-03-30 15:29:30 +0200 |
commit | 4710d3df3398aee50c07be7e071e67355ede1f46 (patch) | |
tree | 71fa810b79e5310fdc25ae842c17f8c4adcbfb15 /sql/log_event.h | |
parent | 121f29a541ab9a4323d11e9ecd7081a408e379d7 (diff) | |
download | mariadb-git-4710d3df3398aee50c07be7e071e67355ede1f46.tar.gz |
WL#3464 (Add replication event to denote gap in replication):
Fixing automerge problem and updating comments referring to exec_event().
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 500f3533c92..51543291621 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -2588,7 +2588,7 @@ public: #endif #if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) - virtual int exec_event(struct st_relay_log_info *rli); + virtual int do_apply_event(RELAY_LOG_INFO const *rli); #endif virtual bool write_data_header(IO_CACHE *file); |