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
ce6d7367
Commit
ce6d7367
authored
Oct 17, 2003
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A fix for a random test failure rpl_trunc_binlog: don't RESET MASTER
while the slave is connected.
parent
2cd7ef6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
mysql-test/t/rpl_trunc_binlog.test
mysql-test/t/rpl_trunc_binlog.test
+0
-2
sql/slave.cc
sql/slave.cc
+1
-1
No files found.
mysql-test/t/rpl_trunc_binlog.test
View file @
ce6d7367
...
...
@@ -22,5 +22,3 @@ start slave;
sleep
3
;
--
replace_result
$MASTER_MYPORT
MASTER_PORT
show
slave
status
;
connection
master
;
reset
master
;
sql/slave.cc
View file @
ce6d7367
...
...
@@ -1337,7 +1337,7 @@ file '%s', errno %d)", fname, my_errno);
if
(
init_relay_log_pos
(
rli
,
NullS
,
BIN_LOG_HEADER_SIZE
,
0
/* no data lock */
,
&
msg
))
{
sql_print_error
(
"Failed to open the relay log 'FIRST' (relay_log_pos 4"
);
sql_print_error
(
"Failed to open the relay log 'FIRST' (relay_log_pos 4
)
"
);
goto
err
;
}
rli
->
master_log_name
[
0
]
=
0
;
...
...
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