Commit de4cfabe authored by Sergei Golubchik's avatar Sergei Golubchik

sort a non-deterministic test result

parent a1e3eaf9
...@@ -182,6 +182,7 @@ SELECT * FROM t1 UNION SELECT * FROM t1 ...@@ -182,6 +182,7 @@ SELECT * FROM t1 UNION SELECT * FROM t1
ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE); ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE);
--echo # Should not crash --echo # Should not crash
--sorted_result
SELECT * FROM t1 UNION SELECT * FROM t1 SELECT * FROM t1 UNION SELECT * FROM t1
ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE); ORDER BY MATCH(a) AGAINST ('+abc' IN BOOLEAN MODE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment