diff options
author | serg@serg.mylan <> | 2003-11-20 23:15:07 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-11-20 23:15:07 +0100 |
commit | 8ca18362071bf519426b589a806b7ba85255a111 (patch) | |
tree | 0f133763e6072bf2266bc444a4632915a7cab5cf /mysql-test/t/fulltext.test | |
parent | cb235f43c940a45298a4b6fa2b63f87696ad0381 (diff) | |
download | mariadb-git-8ca18362071bf519426b589a806b7ba85255a111.tar.gz |
yet another trunc* bug
Diffstat (limited to 'mysql-test/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index 567fae069a1..e8f5d497692 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -78,6 +78,7 @@ insert t1 values ("aaa10 bbb20"), ("aaa20 bbb15"), ("aaa30 bbb10"); 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); drop table t1; # |