diff options
author | unknown <serg@serg.mylan> | 2004-02-15 20:36:12 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-15 20:36:12 +0100 |
commit | d3545913028c1479a704c2a7523115eaa81860b4 (patch) | |
tree | 304adc3ec45054065c6b77d3b55083cadf7a0fd0 /mysql-test/r/fulltext.result | |
parent | f7f02b484c9e2509a1a52dcddcce04bb12263419 (diff) | |
download | mariadb-git-d3545913028c1479a704c2a7523115eaa81860b4.tar.gz |
bug#2708
test results updated
myisam/ft_boolean_search.c:
cleanup
myisam/ft_parser.c:
cleanup
bug#2708
mysql-test/r/derived.result:
error messages updated
mysql-test/r/fulltext.result:
bug#2708
mysql-test/r/warnings.result:
error messages updated
mysql-test/t/fulltext.test:
bug#2708
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index 04c36f059e2..16aae989d2b 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -140,6 +140,9 @@ select * from t1 where MATCH a,b AGAINST ('"text i"' IN BOOLEAN MODE); a b select * from t1 where MATCH a,b AGAINST ('"xt indexes"' IN BOOLEAN MODE); a b +select * from t1 where MATCH a,b AGAINST('"space model' IN BOOLEAN MODE); +a b +Full-text search in MySQL implements vector space model select * from t1 where MATCH a AGAINST ("search" IN BOOLEAN MODE); a b Full-text search in MySQL implements vector space model |