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
4158f43a
Commit
4158f43a
authored
Jun 07, 2007
by
rafal@quant.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge quant.(none):/ext/mysql/bk/mysql-5.1-bug21123
into quant.(none):/ext/mysql/bkroot/mysql-5.1-new-rpl-a
parents
58aaf6af
80e419b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
sql/slave.cc
sql/slave.cc
+4
-3
No files found.
sql/slave.cc
View file @
4158f43a
...
...
@@ -2015,12 +2015,13 @@ connected:
{
/*
Register ourselves with the master.
If fails, this is not fatal - we just print the error message and go
on with life.
*/
thd
->
proc_info
=
"Registering slave on master"
;
if
(
register_slave_on_master
(
mysql
)
||
update_slave_list
(
mysql
,
mi
))
if
(
register_slave_on_master
(
mysql
))
{
sql_print_error
(
"Slave I/O thread couldn't register on master"
);
goto
err
;
}
}
DBUG_PRINT
(
"info"
,(
"Starting reading binary log from master"
));
...
...
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