diff options
author | unknown <lars@mysql.com> | 2005-03-10 14:36:48 +0100 |
---|---|---|
committer | unknown <lars@mysql.com> | 2005-03-10 14:36:48 +0100 |
commit | f532a8f0ce2c7f9ef829165cadba24cec38a58b8 (patch) | |
tree | bdb371a8022e128b8e19fadbc92f0cadaa87262f /sql/sql_repl.h | |
parent | 4b3caa85c426291bec6c51f3cc3c6b500ca0e6f2 (diff) | |
download | mariadb-git-f532a8f0ce2c7f9ef829165cadba24cec38a58b8.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; |