diff options
author | grog@mysql.com[grog] <> | 2006-04-13 17:22:56 +0930 |
---|---|---|
committer | grog@mysql.com[grog] <> | 2006-04-13 17:22:56 +0930 |
commit | 3eb783813fe8c7234353a05f3e3ed972ba5d9968 (patch) | |
tree | 5068606c120d0affa61289212c97ed0321bc9003 /sql/handler.h | |
parent | b2cd3a963a3c092ba64467e1bd0a89af9428d027 (diff) | |
download | mariadb-git-3eb783813fe8c7234353a05f3e3ed972ba5d9968.tar.gz |
foo2
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/handler.h b/sql/handler.h index 8270849348a..e531a3f1077 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -965,8 +965,3 @@ void trans_register_ha(THD *thd, bool all, handlerton *ht); */ #define trans_need_2pc(thd, all) ((total_ha_2pc > 1) && \ !((all ? &thd->transaction.all : &thd->transaction.stmt)->no_2pc)) - -/* semi-synchronous replication */ -int ha_repl_report_sent_binlog(THD *thd, char *log_file_name, - my_off_t end_offset); -int ha_repl_report_replication_stop(THD *thd); |