diff options
author | unknown <serg@serg.mylan> | 2005-01-24 15:50:13 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-01-24 15:50:13 +0100 |
commit | ba3b78d968c56806d8606e47bc4555a8436004c6 (patch) | |
tree | 8f16454d52b7844621e51a609323f1638a14e22e /mysql-test/r | |
parent | 343e9bbd34ecd89deb7d28214e23171894b8b2a0 (diff) | |
parent | 8bdb500105f97e3007e652f73d99c373d38f2aad (diff) | |
download | mariadb-git-ba3b78d968c56806d8606e47bc4555a8436004c6.tar.gz |
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
mysys/mf_keycache.c:
Auto merged
sql/item.cc:
Auto merged
sql/set_var.cc:
Auto merged
sql/slave.cc:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/table.cc:
Auto 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 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); |