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
fb5c33f5
Commit
fb5c33f5
authored
Dec 19, 2010
by
Sven Sandberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled part of rpl_change_master that fails sporadically because of BUG#59037.
parent
e37c86de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
mysql-test/suite/rpl/r/rpl_change_master.result
mysql-test/suite/rpl/r/rpl_change_master.result
+0
-14
mysql-test/suite/rpl/t/rpl_change_master.test
mysql-test/suite/rpl/t/rpl_change_master.test
+2
-0
No files found.
mysql-test/suite/rpl/r/rpl_change_master.result
View file @
fb5c33f5
...
...
@@ -15,18 +15,4 @@ n
1
2
drop table t1;
include/rpl_reset.inc
create table t1 (a int);
insert into t1 values (1);
flush logs;
insert into t1 values (2);
include/stop_slave.inc
delete from t1 where a=2;
CHANGE MASTER TO relay_log_file='slave-relay-bin.000005', relay_log_pos=4;
start slave sql_thread;
include/wait_for_slave_sql_to_start.inc
start slave io_thread;
include/wait_for_slave_io_to_start.inc
set global relay_log_purge=1;
drop table t1;
include/rpl_end.inc
mysql-test/suite/rpl/t/rpl_change_master.test
View file @
fb5c33f5
...
...
@@ -52,6 +52,7 @@ sync_slave_with_master;
# BUG#12190 CHANGE MASTER has differ path requiremts on MASTER_LOG_FILE and RELAY_LOG_FILE
#
if
(
$bug_59037_is_fixed
==
'true'
)
{
--
source
include
/
rpl_reset
.
inc
connection
master
;
...
...
@@ -97,5 +98,6 @@ source include/wait_for_slave_io_to_start.inc;
eval
set
global
relay_log_purge
=
$relay_log_purge
;
connection
master
;
drop
table
t1
;
}
--
source
include
/
rpl_end
.
inc
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