diff options
author | unknown <serg@serg.mylan> | 2005-01-18 11:27:38 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-01-18 11:27:38 +0100 |
commit | f003895df9f562018ba47e5f7af2eae03d937368 (patch) | |
tree | 99f93a1a1e5fcfbdf416287bbe5c939a5ba34868 /mysql-test/r/fulltext.result | |
parent | 77b8a94d7a767291f90d57f0e667b421c5f41037 (diff) | |
download | mariadb-git-f003895df9f562018ba47e5f7af2eae03d937368.tar.gz |
myisam/ft_boolean_search.c
-trunc* bug - don't increase yweaks in this case
myisam/ft_boolean_search.c:
-trunc* bug - don't increase yweaks in this case
mysql-test/r/fulltext.result:
-trunc* bug - don't increase yweaks in this case
mysql-test/t/fulltext.test:
-trunc* bug - don't increase yweaks in this case
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 7acc8a2d23f..a042248ba34 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -148,6 +148,9 @@ select * from t1 where MATCH a,b AGAINST ('+(support collections) +foobar*' IN B a b select * from t1 where MATCH a,b AGAINST ('+(+(support collections)) +foobar*' IN BOOLEAN MODE); a b +select * from t1 where MATCH a,b AGAINST ('+collections -supp* -foobar*' IN BOOLEAN MODE); +a b +Full-text indexes are called collections 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); |