diff options
author | mats@kindahl-laptop.dnsalias.net <> | 2007-05-31 20:17:31 +0200 |
---|---|---|
committer | mats@kindahl-laptop.dnsalias.net <> | 2007-05-31 20:17:31 +0200 |
commit | 5c662d6d7c5f50b3c7352823ff12892b6ab0e28e (patch) | |
tree | bbfe50d2fc0a5dc85adedfa669b350604759b382 /sql/log_event.h | |
parent | 685293b98584b36c568bd6a4fa6ded69f6ce5844 (diff) | |
parent | b1bd9a6c4f477fc6aba81ee3dc91383c860dbaff (diff) | |
download | mariadb-git-5c662d6d7c5f50b3c7352823ff12892b6ab0e28e.tar.gz |
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
into kindahl-laptop.dnsalias.net:/home/bk/b28618-mysql-5.1-rpl
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index bb69043969d..092b349350e 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -2067,6 +2067,7 @@ private: #if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) virtual int do_apply_event(RELAY_LOG_INFO const *rli); virtual int do_update_pos(RELAY_LOG_INFO *rli); + virtual enum_skip_reason do_shall_skip(RELAY_LOG_INFO *rli); #endif #ifndef MYSQL_CLIENT @@ -2245,6 +2246,7 @@ private: #if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) virtual int do_apply_event(RELAY_LOG_INFO const *rli); virtual int do_update_pos(RELAY_LOG_INFO *rli); + virtual enum_skip_reason do_shall_skip(RELAY_LOG_INFO *rli); /* Primitive to prepare for a sequence of row executions. |