summaryrefslogtreecommitdiff
path: root/mysql-test/r/fulltext.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-11-20 23:15:07 +0100
committerunknown <serg@serg.mylan>2003-11-20 23:15:07 +0100
commit739ef55deedef054bc0a16abc392907a26155448 (patch)
tree0f133763e6072bf2266bc444a4632915a7cab5cf /mysql-test/r/fulltext.result
parent2b4500cb297db713819ddb74308537d8a6639572 (diff)
downloadmariadb-git-739ef55deedef054bc0a16abc392907a26155448.tar.gz
yet another trunc* bug
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r--mysql-test/r/fulltext.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result
index bd5d7c2a6ac..e8ae9d3063f 100644
--- a/mysql-test/r/fulltext.result
+++ b/mysql-test/r/fulltext.result
@@ -147,6 +147,9 @@ aaa20 bbb15
aaa30 bbb10
select * from t1 where match a against ("+aaa* +ccc*" in boolean mode);
a
+select * from t1 where match a against ("+aaa10 +(bbb*)" in boolean mode);
+a
+aaa10 bbb20
drop table t1;
CREATE TABLE t1 (
id int(11),