1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Update test results.

This commit is contained in:
Sergey Petrunya
2011-12-28 12:12:48 +04:00
parent 679b7704c6
commit 3759df08eb

View File

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