summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorlars@mysql.com <>2005-03-10 14:36:48 +0100
committerlars@mysql.com <>2005-03-10 14:36:48 +0100
commit7ed7fc7f58cc4ef29883d538ce3e50f94ddce746 (patch)
treebdb371a8022e128b8e19fadbc92f0cadaa87262f /sql/slave.h
parent26787260b73696a110c06679709c2871be5dedf1 (diff)
downloadmariadb-git-7ed7fc7f58cc4ef29883d538ce3e50f94ddce746.tar.gz
WL#2472: Addendum: Fixes after Mats review
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/slave.h b/sql/slave.h
index de28643a0f1..12a90355237 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -21,10 +21,14 @@
#include "mysql.h"
#include "my_list.h"
+#include "table_filter.h"
+
#define SLAVE_NET_TIMEOUT 3600
#define MAX_SLAVE_ERRMSG 1024
#define MAX_SLAVE_ERROR 2000
+extern Table_filter *rpl_filter;
+
/*****************************************************************************
MySQL Replication