1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#2472: Fixes according to review

This commit is contained in:
unknown
2005-03-22 10:19:24 +01:00
parent 69ca9a9416
commit 73f6834e3d
4 changed files with 6 additions and 9 deletions

View File

@ -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