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
f69f3db7
Commit
f69f3db7
authored
Jun 15, 2015
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mdev8294' into 10.0
parents
4c251af9
93c039dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
mysql-test/suite/rpl/t/rpl_000011.test
mysql-test/suite/rpl/t/rpl_000011.test
+6
-0
No files found.
mysql-test/suite/rpl/t/rpl_000011.test
View file @
f69f3db7
...
...
@@ -11,6 +11,12 @@ insert into t1 values(1);
sync_slave_with_master
;
show
global
status
like
'com_insert'
;
stop
slave
;
# Temporary work-around for bug MDEV-8301. There is a small window during
# thread exit where the local status values of a thread are counted twice
# in the global status. Remove this wait_condition.inc once MDEV-8301 is
# fixed.
--
let
$wait_condition
=
SELECT
variable_value
=
1
FROM
information_schema
.
global_status
WHERE
variable_name
=
"Com_insert"
;
--
source
include
/
wait_condition
.
inc
show
global
status
like
'com_insert'
;
--
source
include
/
wait_for_slave_to_stop
.
inc
start
slave
;
...
...
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