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
19f0e98b
Commit
19f0e98b
authored
Dec 04, 2004
by
unknown
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
92193aec
e6f04fe7
Changes
2
Show 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 @
19f0e98b
...
...
@@ -759,7 +759,7 @@ static TABLE_RULE_ENT* find_wild(DYNAMIC_ARRAY *a, const char* key, int len)
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
;
DBUG_ENTER
(
"tables_ok"
);
...
...
sql/slave.h
View file @
19f0e98b
...
...
@@ -496,7 +496,7 @@ int show_master_info(THD* thd, MASTER_INFO* mi);
int
show_binlog_info
(
THD
*
thd
);
/* 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
...
...
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