Skip to content

Commit

Permalink
Make test results stable.
Browse files Browse the repository at this point in the history
(just like in the test below)
  • Loading branch information
vuvova committed Nov 30, 2014
1 parent 2e728c7 commit b16b072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/t/union.test
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,7 @@ SELECT * FROM t1 UNION SELECT * FROM t1
ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE);

--echo # Should not crash
--sorted_result
SELECT * FROM t1 UNION SELECT * FROM t1
ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE);

Expand Down

0 comments on commit b16b072

Please sign in to comment.