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
092c41aa
Commit
092c41aa
authored
Jul 25, 2008
by
Serge Kozlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#37732
parent
9d8a155a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result
mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result
+1
-1
mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test
mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test
+2
-1
No files found.
mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result
View file @
092c41aa
...
@@ -115,7 +115,7 @@ SELECT 'Master D',a,b FROM t1 WHERE c = 2 ORDER BY a,b;
...
@@ -115,7 +115,7 @@ SELECT 'Master D',a,b FROM t1 WHERE c = 2 ORDER BY a,b;
Master D a b
Master D a b
Master D 8 D
Master D 8 D
* Reconfigure replication to schema A->B->
C
->A *
* Reconfigure replication to schema A->B->
D
->A *
STOP SLAVE;
STOP SLAVE;
STOP SLAVE;
STOP SLAVE;
CHANGE MASTER TO master_host='127.0.0.1',master_port=MASTER_B_PORT,master_user='root',master_log_file='LOG_FILE',master_log_pos=LOG_POS;
CHANGE MASTER TO master_host='127.0.0.1',master_port=MASTER_B_PORT,master_user='root',master_log_file='LOG_FILE',master_log_pos=LOG_POS;
...
...
mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test
View file @
092c41aa
...
@@ -91,7 +91,7 @@ SELECT 'Master C',a,b FROM t1 WHERE c = 2 ORDER BY a,b;
...
@@ -91,7 +91,7 @@ SELECT 'Master C',a,b FROM t1 WHERE c = 2 ORDER BY a,b;
SELECT
'Master D'
,
a
,
b
FROM
t1
WHERE
c
=
2
ORDER
BY
a
,
b
;
SELECT
'Master D'
,
a
,
b
FROM
t1
WHERE
c
=
2
ORDER
BY
a
,
b
;
--
echo
--
echo
--
echo
*
Reconfigure
replication
to
schema
A
->
B
->
C
->
A
*
--
echo
*
Reconfigure
replication
to
schema
A
->
B
->
D
->
A
*
# Exclude Master C
# Exclude Master C
--
connection
master_c
--
connection
master_c
STOP
SLAVE
;
STOP
SLAVE
;
...
@@ -106,6 +106,7 @@ source include/start_slave.inc;
...
@@ -106,6 +106,7 @@ source include/start_slave.inc;
disconnect
slave
;
disconnect
slave
;
--
connection
master_b
--
connection
master_b
--
sync_slave_with_master
master_d
--
sync_slave_with_master
master_d
--
sync_slave_with_master
master_a
--
echo
--
echo
--
echo
*
Check
data
inserted
before
failure
*
--
echo
*
Check
data
inserted
before
failure
*
...
...
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