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
0efc834e
Commit
0efc834e
authored
Mar 20, 2008
by
istruewing@stella.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge stella.local:/home2/mydev/mysql-5.0-ateam
into stella.local:/home2/mydev/mysql-5.0-axmrg
parents
f560b8c8
70ca2ae2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/log_event.cc
sql/log_event.cc
+1
-1
sql/repl_failsafe.cc
sql/repl_failsafe.cc
+1
-1
No files found.
sql/log_event.cc
View file @
0efc834e
...
...
@@ -406,7 +406,7 @@ Log_event::Log_event(const char* buf,
binlog, so which will cause problems if the user uses this value
in CHANGE MASTER).
*/
log_pos
+=
data_written
;
log_pos
+=
data_written
;
/* purecov: inspected */
}
DBUG_PRINT
(
"info"
,
(
"log_pos: %lu"
,
(
ulong
)
log_pos
));
...
...
sql/repl_failsafe.cc
View file @
0efc834e
...
...
@@ -191,7 +191,7 @@ int register_slave(THD* thd, uchar* packet, uint packet_length)
err:
my_free
((
gptr
)
si
,
MYF
(
MY_WME
));
my_message
(
ER_UNKNOWN_ERROR
,
errmsg
,
MYF
(
0
));
my_message
(
ER_UNKNOWN_ERROR
,
errmsg
,
MYF
(
0
));
/* purecov: inspected */
err2:
return
1
;
}
...
...
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