diff options
author | serg@serg.mylan <> | 2004-11-22 18:37:30 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-11-22 18:37:30 +0100 |
commit | dca2182fdc8d2eedeaebfd2fbec8cd07b8be3fb5 (patch) | |
tree | cf7fb0f32e0d256430f2a593f4984be82f503715 /mysql-test/t/fulltext.test | |
parent | 2d8c21f700ceed83e5c7ef3ac20cccb434da48fb (diff) | |
download | mariadb-git-dca2182fdc8d2eedeaebfd2fbec8cd07b8be3fb5.tar.gz |
ft_boolean_search.c:
bug#6705 - (+trunc1* +trunc2*)
fulltext.test, fulltext.result:
bug#6705
Diffstat (limited to 'mysql-test/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index e46399bb876..b44854860f9 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -87,6 +87,8 @@ select * from t1 where match a against ("+aaa* +bbb*" in boolean mode); select * from t1 where match a against ("+aaa* +bbb1*" in boolean mode); select * from t1 where match a against ("+aaa* +ccc*" in boolean mode); select * from t1 where match a against ("+aaa10 +(bbb*)" in boolean mode); +select * from t1 where match a against ("+(+aaa* +bbb1*)" in boolean mode); +select * from t1 where match a against ("(+aaa* +bbb1*)" in boolean mode); drop table t1; # |