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
41459191
Commit
41459191
authored
Dec 04, 2004
by
lars@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/bkroot/mysql-4.1 into mysql.com:/home/bk/bXXXX-4.1
parents
1b07e3b2
f900433b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/slave.cc
sql/slave.cc
+1
-1
sql/slave.h
sql/slave.h
+1
-1
No files found.
sql/slave.cc
View file @
41459191
...
@@ -759,7 +759,7 @@ static TABLE_RULE_ENT* find_wild(DYNAMIC_ARRAY *a, const char* key, int len)
...
@@ -759,7 +759,7 @@ static TABLE_RULE_ENT* find_wild(DYNAMIC_ARRAY *a, const char* key, int len)
1 should be logged/replicated
1 should be logged/replicated
*/
*/
int
tables_ok
(
THD
*
thd
,
TABLE_LIST
*
tables
)
bool
tables_ok
(
THD
*
thd
,
TABLE_LIST
*
tables
)
{
{
bool
some_tables_updating
=
0
;
bool
some_tables_updating
=
0
;
DBUG_ENTER
(
"tables_ok"
);
DBUG_ENTER
(
"tables_ok"
);
...
...
sql/slave.h
View file @
41459191
...
@@ -496,7 +496,7 @@ int show_master_info(THD* thd, MASTER_INFO* mi);
...
@@ -496,7 +496,7 @@ int show_master_info(THD* thd, MASTER_INFO* mi);
int
show_binlog_info
(
THD
*
thd
);
int
show_binlog_info
(
THD
*
thd
);
/* See if the query uses any tables that should not be replicated */
/* See if the query uses any tables that should not be replicated */
int
tables_ok
(
THD
*
thd
,
TABLE_LIST
*
tables
);
bool
tables_ok
(
THD
*
thd
,
TABLE_LIST
*
tables
);
/*
/*
Check to see if the database is ok to operate on with respect to the
Check to see if the database is ok to operate on with respect to the
...
...
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