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/t/fulltext.test | |
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/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index 008e965297f..62dcecaff68 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -67,6 +67,7 @@ select * from t1 where MATCH a,b AGAINST ('"xt indexes"' IN BOOLEAN MODE); select * from t1 where MATCH a,b AGAINST ('+(support collections) +foobar*' IN BOOLEAN MODE); select * from t1 where MATCH a,b AGAINST ('+(+(support collections)) +foobar*' IN BOOLEAN MODE); +select * from t1 where MATCH a,b AGAINST ('+collections -supp* -foobar*' IN BOOLEAN MODE); select * from t1 where MATCH a,b AGAINST ('"xt indexes"' IN BOOLEAN MODE); # bug#2708, bug#3870 crash |