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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7428dde1
Commit
7428dde1
authored
Mar 22, 2005
by
lars@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#2472: Fixes according to review
parent
efb07750
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 @
7428dde1
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef
__RPL_FILTER_H__
#ifndef
RPL_FILTER_H
#define
__RPL_FILTER_H__
#define
RPL_FILTER_H
#include "mysql.h"
#include "mysql.h"
#include "my_list.h"
#include "my_list.h"
...
@@ -107,4 +107,7 @@ class Rpl_filter
...
@@ -107,4 +107,7 @@ class Rpl_filter
I_List
<
i_string_pair
>
rewrite_db
;
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 @
7428dde1
...
@@ -27,8 +27,6 @@
...
@@ -27,8 +27,6 @@
#define MAX_SLAVE_ERRMSG 1024
#define MAX_SLAVE_ERRMSG 1024
#define MAX_SLAVE_ERROR 2000
#define MAX_SLAVE_ERROR 2000
extern
Rpl_filter
*
rpl_filter
;
/*****************************************************************************
/*****************************************************************************
MySQL Replication
MySQL Replication
...
...
sql/sql_acl.h
View file @
7428dde1
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "slave.h" // for tables_ok(), rpl_filter
#include "slave.h" // for tables_ok(), rpl_filter
extern
Rpl_filter
*
rpl_filter
;
#define SELECT_ACL (1L << 0)
#define SELECT_ACL (1L << 0)
#define INSERT_ACL (1L << 1)
#define INSERT_ACL (1L << 1)
...
...
sql/sql_repl.h
View file @
7428dde1
...
@@ -17,9 +17,6 @@
...
@@ -17,9 +17,6 @@
#ifdef HAVE_REPLICATION
#ifdef HAVE_REPLICATION
#include "slave.h"
#include "slave.h"
extern
Rpl_filter
*
binlog_filter
;
extern
Rpl_filter
*
rpl_filter
;
typedef
struct
st_slave_info
typedef
struct
st_slave_info
{
{
uint32
server_id
;
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