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
1e9ab68e
Commit
1e9ab68e
authored
Sep 12, 2015
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge.
parents
96f4a906
528729fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/t/rpl_mdev8193.test
mysql-test/suite/rpl/t/rpl_mdev8193.test
+2
-2
No files found.
mysql-test/suite/rpl/t/rpl_mdev8193.test
View file @
1e9ab68e
...
...
@@ -38,10 +38,10 @@ eval start slave until master_log_file='$master_file', master_log_pos=$master_po
--
source
include
/
wait_show_condition
.
inc
if
(
`select COUNT(*)
<
> 11 from t1`
)
if
(
`select COUNT(*) > 11 from t1`
)
{
SELECT
*
FROM
t1
;
query_vertical
show
slave
status
;
SELECT
*
FROM
t1
;
die
"Wrong number of rows in the table"
;
}
...
...
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