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/slave.h | |
parent | 26787260b73696a110c06679709c2871be5dedf1 (diff) | |
download | mariadb-git-7ed7fc7f58cc4ef29883d538ce3e50f94ddce746.tar.gz |
WL#2472: Addendum: Fixes after Mats review
Diffstat (limited to 'sql/slave.h')
-rw-r--r-- | sql/slave.h | 4 |
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 |