summaryrefslogtreecommitdiff
path: root/mysql-test/t/fulltext.test
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-11-22 18:37:30 +0100
committerserg@serg.mylan <>2004-11-22 18:37:30 +0100
commitdca2182fdc8d2eedeaebfd2fbec8cd07b8be3fb5 (patch)
treecf7fb0f32e0d256430f2a593f4984be82f503715 /mysql-test/t/fulltext.test
parent2d8c21f700ceed83e5c7ef3ac20cccb434da48fb (diff)
downloadmariadb-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.test2
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;
#