summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/slave.h b/sql/slave.h
index 12a90355237..9be5a1144f6 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -21,13 +21,13 @@
#include "mysql.h"
#include "my_list.h"
-#include "table_filter.h"
+#include "rpl_filter.h"
#define SLAVE_NET_TIMEOUT 3600
#define MAX_SLAVE_ERRMSG 1024
#define MAX_SLAVE_ERROR 2000
-extern Table_filter *rpl_filter;
+extern Rpl_filter *rpl_filter;
/*****************************************************************************