summaryrefslogtreecommitdiff
path: root/sql/rpl_filter.h
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2005-03-22 10:19:24 +0100
committerunknown <lars@mysql.com>2005-03-22 10:19:24 +0100
commit73f6834e3dfd73f23bc2a711ccdb92788d33be0c (patch)
treeb19174ede8963f86f8cacd14c1ac87b1ba5df7c2 /sql/rpl_filter.h
parent69ca9a9416df9084c2a75aeb62a6979cecf4e5c6 (diff)
downloadmariadb-git-73f6834e3dfd73f23bc2a711ccdb92788d33be0c.tar.gz
WL#2472: Fixes according to review
Diffstat (limited to 'sql/rpl_filter.h')
-rw-r--r--sql/rpl_filter.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sql/rpl_filter.h b/sql/rpl_filter.h
index 70bb137790e..cfcb3b43607 100644
--- a/sql/rpl_filter.h
+++ b/sql/rpl_filter.h
@@ -14,8 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifndef __RPL_FILTER_H__
-#define __RPL_FILTER_H__
+#ifndef RPL_FILTER_H
+#define RPL_FILTER_H
#include "mysql.h"
#include "my_list.h"
@@ -107,4 +107,7 @@ private:
I_List<i_string_pair> rewrite_db;
};
-#endif // __TABLE_FILTER_H__
+extern Rpl_filter *rpl_filter;
+extern Rpl_filter *binlog_filter;
+
+#endif // RPL_FILTER_H