summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorguilhem@gbichot2 <>2003-07-23 15:46:46 +0200
committerguilhem@gbichot2 <>2003-07-23 15:46:46 +0200
commit9a5ac78f4c7eda40d56e1fa32659ceacefb3b8f7 (patch)
treeba4d0cdade886107397f37a4680254ece9f37c1c /sql/slave.h
parent96689393e51fd08e43b225f17c456df049e5d6d5 (diff)
downloadmariadb-git-9a5ac78f4c7eda40d56e1fa32659ceacefb3b8f7.tar.gz
On Feb 4th, 2003, Monty said he would push my patch to print replicate-do-table
and other replicate-*-table options in SHOW SLAVE STATUS. Seems like it had not been done, so I push it now: there's 4 new columns to SHOW SLAVE STATUS.
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/slave.h b/sql/slave.h
index 429456eb0bb..668fff52d08 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -398,6 +398,8 @@ int mysql_table_dump(THD* thd, const char* db,
int fetch_master_table(THD* thd, const char* db_name, const char* table_name,
MASTER_INFO* mi, MYSQL* mysql);
+void table_rule_ent_hash_to_str(String* s, HASH* h);
+void table_rule_ent_dynamic_array_to_str(String* s, DYNAMIC_ARRAY* a);
int show_master_info(THD* thd, MASTER_INFO* mi);
int show_binlog_info(THD* thd);