summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
diff options
context:
space:
mode:
authorgluh@gluh.mysql.r18.ru <>2003-03-11 16:32:17 +0400
committergluh@gluh.mysql.r18.ru <>2003-03-11 16:32:17 +0400
commit3d61d2d9732772230b120c524602106a36252fb7 (patch)
tree1a27ba4c4a93d54b53e2469bc0f8e600f74e91cb /sql/sql_repl.h
parent9c8838749f11af68238d415f99763787e32d5f7c (diff)
parente7f4bf5b278cefce3f7818f5683a57010569521f (diff)
downloadmariadb-git-3d61d2d9732772230b120c524602106a36252fb7.tar.gz
Conflicts relsolving
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r--sql/sql_repl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h
index f1fda45fe4b..e3d600b9798 100644
--- a/sql/sql_repl.h
+++ b/sql/sql_repl.h
@@ -34,6 +34,7 @@ int cmp_master_pos(const char* log_file_name1, ulonglong log_pos1,
int reset_slave(THD *thd, MASTER_INFO* mi);
int reset_master(THD* thd);
int purge_master_logs(THD* thd, const char* to_log);
+int purge_master_logs_before_date(THD* thd, time_t purge_time);
bool log_in_use(const char* log_name);
void adjust_linfo_offsets(my_off_t purge_offset);
int show_binlogs(THD* thd);