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
6d1f99b7
Commit
6d1f99b7
authored
Oct 26, 2007
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#28772 rpl_row_until fails in pushbuild
parent
b65a9888
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
mysql-test/suite/rpl/t/rpl_row_until.test
mysql-test/suite/rpl/t/rpl_row_until.test
+4
-0
mysql-test/suite/rpl/t/rpl_stm_until.test
mysql-test/suite/rpl/t/rpl_stm_until.test
+4
-0
No files found.
mysql-test/suite/rpl/t/rpl_row_until.test
View file @
6d1f99b7
...
...
@@ -13,6 +13,8 @@ save_master_pos;
connection
slave
;
sync_with_master
;
stop
slave
;
# Make sure the slave sql and io thread has stopped
--
source
include
/
wait_for_slave_to_stop
.
inc
connection
master
;
# create some events on master
...
...
@@ -52,6 +54,8 @@ save_master_pos;
connection
slave
;
sync_with_master
;
stop
slave
;
# Make sure the slave sql and io thread has stopped
--
source
include
/
wait_for_slave_to_stop
.
inc
# this should stop immediately as we are already there
start
slave
until
master_log_file
=
'master-bin.000001'
,
master_log_pos
=
740
;
...
...
mysql-test/suite/rpl/t/rpl_stm_until.test
View file @
6d1f99b7
...
...
@@ -12,6 +12,8 @@ save_master_pos;
connection
slave
;
sync_with_master
;
stop
slave
;
# Make sure the slave sql and io thread has stopped
--
source
include
/
wait_for_slave_to_stop
.
inc
connection
master
;
# create some events on master
...
...
@@ -51,6 +53,8 @@ save_master_pos;
connection
slave
;
sync_with_master
;
stop
slave
;
# Make sure the slave sql and io thread has stopped
--
source
include
/
wait_for_slave_to_stop
.
inc
# this should stop immediately as we are already there
start
slave
until
master_log_file
=
'master-bin.000001'
,
master_log_pos
=
776
;
...
...
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