diff options
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 |