summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorguilhem@gbichot3.local <>2007-02-15 16:05:22 +0100
committerguilhem@gbichot3.local <>2007-02-15 16:05:22 +0100
commit03dfe4ab3ff5fbac85823587440599826d1c5a47 (patch)
tree740183d99797b55429ba0e91cff17c165bc6557e /sql/slave.h
parentfaf05bf314ce07697ca832a0a9b2ef092df74840 (diff)
parent2f75c9cd69412de5d3736e775dd302ebdbc1e36d (diff)
downloadmariadb-git-03dfe4ab3ff5fbac85823587440599826d1c5a47.tar.gz
Merge gbichot3.local:/home/mysql_src/mysql-5.0-rpl-25507
into gbichot3.local:/home/mysql_src/mysql-5.1-rpl-25507
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/slave.h b/sql/slave.h
index 43eb71be601..a0febe3fd73 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -161,6 +161,7 @@ int fetch_master_table(THD* thd, const char* db_name, const char* table_name,
bool show_master_info(THD* thd, MASTER_INFO* mi);
bool show_binlog_info(THD* thd);
+bool rpl_master_has_bug(RELAY_LOG_INFO *rli, uint bug_id);
const char *print_slave_db_safe(const char *db);
int check_expected_error(THD* thd, RELAY_LOG_INFO* rli, int error_code);