Make test results stable.

(just like in the test below)
This commit is contained in:
Sergei Golubchik 2014-11-30 09:26:32 +01:00
parent 2e728c7069
commit b16b072186

View File

@ -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);