diff options
author | monty@mysql.com <> | 2004-05-17 01:52:13 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-17 01:52:13 +0300 |
commit | cd3dab49cc4f3b227b65419a5f12f66c4e0a76a0 (patch) | |
tree | b9fa88577b516df5fb27de3970ec9eab9aaef532 /mysql-test/r/fulltext.result | |
parent | a79a3f5724cb577a37f3337ca7ae429b6dc56e9c (diff) | |
parent | 1e860400f3a260c01a00bada514df7f34ec462c0 (diff) | |
download | mariadb-git-cd3dab49cc4f3b227b65419a5f12f66c4e0a76a0.tar.gz |
Merge with 4.0.20
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index f93f7401081..3106602e718 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -142,6 +142,8 @@ a b MySQL has now support for full-text search 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 ('+(support collections) +foobar*' IN BOOLEAN MODE); a b select * from t1 where MATCH a,b AGAINST ('+(+(support collections)) +foobar*' IN BOOLEAN MODE); |