Commit 3759df08 authored by Sergey Petrunya's avatar Sergey Petrunya

Update test results.

parent 679b7704
......@@ -46,11 +46,11 @@ a MATCH (message) AGAINST ('steve' IN BOOLEAN MODE)
7 1
SELECT a, FORMAT(MATCH (message) AGAINST ('steve'),6) as rel FROM t1 ORDER BY rel;
a rel
3 0.000000
1 0.000000
5 0.000000
2 0.000000
6 0.000000
3 0.000000
7 0.895690
4 0.905873
SELECT a, MATCH (message) AGAINST ('steve' IN BOOLEAN MODE) as rel FROM t1 ORDER BY rel;
......
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