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
5791fe1c
Commit
5791fe1c
authored
Jun 14, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#28497 wait_for_slave_to_stop can cause random replication mysql-test failures
- touch up
parent
8e393b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
mysql-test/include/wait_for_slave_io_to_stop.inc
mysql-test/include/wait_for_slave_io_to_stop.inc
+1
-3
No files found.
mysql-test/include/wait_for_slave_io_to_stop.inc
View file @
5791fe1c
...
...
@@ -6,12 +6,10 @@
#Details:
# 1) Fill in and setup variables
# 2) loop through looking for
#
sql threads
to stop
#
IO thread
to stop
# 3) If loops too long die.
####################################################
connection
slave
;
let
$my_show
=
SHOW
SLAVE
STATUS
;
let
$sql_running
=
Slave_IO_Running
;
let
$row_number
=
1
;
let
$run
=
1
;
let
$counter
=
300
;
...
...
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