Skip to content

Commit de4cfab

Browse files
committed
sort a non-deterministic test result
1 parent a1e3eaf commit de4cfab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/innodb_fts/t/fulltext_misc.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ SELECT * FROM t1 UNION SELECT * FROM t1
182182
ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE);
183183

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

0 commit comments

Comments
 (0)