From b4624288a7781d98ad11d63a71c7a499c38230f2 Mon Sep 17 00:00:00 2001 From: "serg@serg.mylan" <> Date: Tue, 18 Jan 2005 11:27:38 +0100 Subject: myisam/ft_boolean_search.c -trunc* bug - don't increase yweaks in this case --- mysql-test/r/fulltext.result | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/r/fulltext.result') 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); -- cgit v1.2.1