summaryrefslogtreecommitdiff
path: root/mysql-test/r/fulltext.result
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-11-22 20:15:48 +0100
committerserg@serg.mylan <>2004-11-22 20:15:48 +0100
commit2ca5a0f2b17b02c13711d5f45ff75c52a23e4fb3 (patch)
tree7ec89b0ce88b5a6f693ad09af5d200e916d948d2 /mysql-test/r/fulltext.result
parent076f27147fcb8624b03e167063b424c7b512721f (diff)
parentb7aa981578e03317128868d5011db33a08d0f74d (diff)
downloadmariadb-git-2ca5a0f2b17b02c13711d5f45ff75c52a23e4fb3.tar.gz
merged
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r--mysql-test/r/fulltext.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result
index aea406515c5..cff43a821b3 100644
--- a/mysql-test/r/fulltext.result
+++ b/mysql-test/r/fulltext.result
@@ -190,6 +190,14 @@ a
select * from t1 where match a against ("+aaa10 +(bbb*)" in boolean mode);
a
aaa10 bbb20
+select * from t1 where match a against ("+(+aaa* +bbb1*)" in boolean mode);
+a
+aaa20 bbb15
+aaa30 bbb10
+select * from t1 where match a against ("(+aaa* +bbb1*)" in boolean mode);
+a
+aaa20 bbb15
+aaa30 bbb10
drop table t1;
CREATE TABLE t1 (
id int(11),