summaryrefslogtreecommitdiff
path: root/mysql-test/r
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
commit722a4cc5d6d61d25d8c0d24ad237e414b1ac76b1 (patch)
tree0f133763e6072bf2266bc444a4632915a7cab5cf /mysql-test/r
parentd54e1be66b5bf5968d433076980337ff72942535 (diff)
downloadmariadb-git-722a4cc5d6d61d25d8c0d24ad237e414b1ac76b1.tar.gz
yet another trunc* bug
Diffstat (limited to 'mysql-test/r')
-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),