Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
73f6834e
Commit
73f6834e
authored
Mar 22, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#2472: Fixes according to review
parent
69ca9a94
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
9 deletions
+6
-9
sql/rpl_filter.h
sql/rpl_filter.h
+6
-3
sql/slave.h
sql/slave.h
+0
-2
sql/sql_acl.h
sql/sql_acl.h
+0
-1
sql/sql_repl.h
sql/sql_repl.h
+0
-3
No files found.
sql/rpl_filter.h
View file @
73f6834e
...
...
@@ -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
sql/slave.h
View file @
73f6834e
...
...
@@ -27,8 +27,6 @@
#define MAX_SLAVE_ERRMSG 1024
#define MAX_SLAVE_ERROR 2000
extern
Rpl_filter
*
rpl_filter
;
/*****************************************************************************
MySQL Replication
...
...
sql/sql_acl.h
View file @
73f6834e
...
...
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "slave.h" // for tables_ok(), rpl_filter
extern
Rpl_filter
*
rpl_filter
;
#define SELECT_ACL (1L << 0)
#define INSERT_ACL (1L << 1)
...
...
sql/sql_repl.h
View file @
73f6834e
...
...
@@ -17,9 +17,6 @@
#ifdef HAVE_REPLICATION
#include "slave.h"
extern
Rpl_filter
*
binlog_filter
;
extern
Rpl_filter
*
rpl_filter
;
typedef
struct
st_slave_info
{
uint32
server_id
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment