diff options
author | serg@serg.mylan <> | 2005-01-24 19:41:42 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-01-24 19:41:42 +0100 |
commit | c76405a7ee4f7ceb928c6d09d9704f028d6dde6b (patch) | |
tree | 0c73a61f5c88d003eae464001af7656745e9ba4e /mysql-test/r | |
parent | 24468e48f32fb7f5d4e76047acb2e892ffd3825f (diff) | |
parent | 1ca9d6497b7c3c276387470fce52e6b1cadc4f67 (diff) | |
download | mariadb-git-c76405a7ee4f7ceb928c6d09d9704f028d6dde6b.tar.gz |
merged
Diffstat (limited to 'mysql-test/r')
-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 a85cfd4181c..f50cae79608 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); |