summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2005-03-10 14:36:48 +0100
committerunknown <lars@mysql.com>2005-03-10 14:36:48 +0100
commitf532a8f0ce2c7f9ef829165cadba24cec38a58b8 (patch)
treebdb371a8022e128b8e19fadbc92f0cadaa87262f /sql/sql_repl.h
parent4b3caa85c426291bec6c51f3cc3c6b500ca0e6f2 (diff)
downloadmariadb-git-f532a8f0ce2c7f9ef829165cadba24cec38a58b8.tar.gz
WL#2472: Addendum: Fixes after Mats review
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r--sql/sql_repl.h3
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;