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
50fa9c57
Commit
50fa9c57
authored
Dec 19, 2008
by
Andrei Elkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#38540 rpl_server_id2 uses show slave status unnecessarily
a minor improvement to the test to ease merging.
parent
1c8dc3e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/suite/rpl/r/rpl_server_id2.result
mysql-test/suite/rpl/r/rpl_server_id2.result
+1
-1
mysql-test/suite/rpl/t/rpl_server_id2.test
mysql-test/suite/rpl/t/rpl_server_id2.test
+1
-0
No files found.
mysql-test/suite/rpl/r/rpl_server_id2.result
View file @
50fa9c57
...
...
@@ -20,7 +20,7 @@ reset master;
create table t1(n int);
create table t2(n int);
change master to master_port=MASTER_PORT;
start slave until master_log_file='master-bin.000001', master_log_pos=
107
;
start slave until master_log_file='master-bin.000001', master_log_pos=
UNTIL_POS
;
*** checking until postion execution: must be only t1 in the list ***
show tables;
Tables_in_test
...
...
mysql-test/suite/rpl/t/rpl_server_id2.test
View file @
50fa9c57
...
...
@@ -42,6 +42,7 @@ create table t2(n int);
connection
slave
;
--
replace_result
$MASTER_MYPORT
MASTER_PORT
eval
change
master
to
master_port
=
$MASTER_MYPORT
;
--
replace_result
$until_pos
UNTIL_POS
eval
start
slave
until
master_log_file
=
'master-bin.000001'
,
master_log_pos
=
$until_pos
;
--
source
include
/
wait_for_slave_io_to_start
.
inc
--
source
include
/
wait_for_slave_sql_to_stop
.
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