diff options
author | lars@mysql.com <> | 2005-03-10 14:36:48 +0100 |
---|---|---|
committer | lars@mysql.com <> | 2005-03-10 14:36:48 +0100 |
commit | 7ed7fc7f58cc4ef29883d538ce3e50f94ddce746 (patch) | |
tree | bdb371a8022e128b8e19fadbc92f0cadaa87262f /sql/sql_repl.h | |
parent | 26787260b73696a110c06679709c2871be5dedf1 (diff) | |
download | mariadb-git-7ed7fc7f58cc4ef29883d538ce3e50f94ddce746.tar.gz |
WL#2472: Addendum: Fixes after Mats review
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index a13c1076b2c..363e36c55a4 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -17,6 +17,9 @@ #ifdef HAVE_REPLICATION #include "slave.h" +extern Table_filter *binlog_filter; +extern Table_filter *rpl_filter; + typedef struct st_slave_info { uint32 server_id; |