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
3d485015
Commit
3d485015
authored
Mar 17, 2015
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix embarrassing bug in test case that caused sporadic test failures.
parent
2e82a823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mysql-test/suite/rpl/t/rpl_gtid_basic.test
mysql-test/suite/rpl/t/rpl_gtid_basic.test
+1
-1
No files found.
mysql-test/suite/rpl/t/rpl_gtid_basic.test
View file @
3d485015
...
@@ -525,8 +525,8 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
...
@@ -525,8 +525,8 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
--
save_master_pos
--
save_master_pos
--
connection
server_4
--
connection
server_4
SELECT
*
FROM
t1
WHERE
a
>=
30
ORDER
BY
a
;
--
sync_with_master
--
sync_with_master
SELECT
*
FROM
t1
WHERE
a
>=
30
ORDER
BY
a
;
# Clean up.
# Clean up.
...
...
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