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
47605287
Commit
47605287
authored
Apr 21, 2015
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-8029: test failure in rpl.rpl_parallel_temptable
Fix a silly typo that caused the test to occasionally fail.
parent
519ad0f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/r/rpl_parallel_temptable.result
mysql-test/suite/rpl/r/rpl_parallel_temptable.result
+1
-1
mysql-test/suite/rpl/t/rpl_parallel_temptable.test
mysql-test/suite/rpl/t/rpl_parallel_temptable.test
+1
-1
No files found.
mysql-test/suite/rpl/r/rpl_parallel_temptable.result
View file @
47605287
...
@@ -130,7 +130,7 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
...
@@ -130,7 +130,7 @@ SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
a b
a b
30 conservative
30 conservative
31 conservative
31 conservative
include/save_master_
pos
.inc
include/save_master_
gtid
.inc
include/sync_with_master_gtid.inc
include/sync_with_master_gtid.inc
SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
SELECT * FROM t1 WHERE a >= 30 ORDER BY a;
a b
a b
...
...
mysql-test/suite/rpl/t/rpl_parallel_temptable.test
View file @
47605287
...
@@ -226,7 +226,7 @@ SET SESSION debug_dbug= @old_dbug;
...
@@ -226,7 +226,7 @@ SET SESSION debug_dbug= @old_dbug;
INSERT
INTO
t1
SELECT
a
,
"conservative"
FROM
t4
;
INSERT
INTO
t1
SELECT
a
,
"conservative"
FROM
t4
;
DROP
TEMPORARY
TABLE
t4
;
DROP
TEMPORARY
TABLE
t4
;
SELECT
*
FROM
t1
WHERE
a
>=
30
ORDER
BY
a
;
SELECT
*
FROM
t1
WHERE
a
>=
30
ORDER
BY
a
;
--
source
include
/
save_master_
pos
.
inc
--
source
include
/
save_master_
gtid
.
inc
--
connection
server_2
--
connection
server_2
--
source
include
/
sync_with_master_gtid
.
inc
--
source
include
/
sync_with_master_gtid
.
inc
...
...
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