diff options
author | guilhem@gbichot2 <> | 2003-07-23 15:46:46 +0200 |
---|---|---|
committer | guilhem@gbichot2 <> | 2003-07-23 15:46:46 +0200 |
commit | 9a5ac78f4c7eda40d56e1fa32659ceacefb3b8f7 (patch) | |
tree | ba4d0cdade886107397f37a4680254ece9f37c1c /sql/slave.h | |
parent | 96689393e51fd08e43b225f17c456df049e5d6d5 (diff) | |
download | mariadb-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.h | 2 |
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); |