diff options
author | unknown <serg@serg.mylan> | 2004-11-22 20:15:48 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-11-22 20:15:48 +0100 |
commit | f57d5412e47aa85941ea03ec3e63b017dac8c1ba (patch) | |
tree | 7ec89b0ce88b5a6f693ad09af5d200e916d948d2 /mysql-test/t/fulltext.test | |
parent | 1dc1ad9c9a5ac128a9f03f3729075b1dac21d347 (diff) | |
parent | 158d655cc06baf3768cf94c3ce182ec57012ce37 (diff) | |
download | mariadb-git-f57d5412e47aa85941ea03ec3e63b017dac8c1ba.tar.gz |
merged
BitKeeper/etc/logging_ok:
auto-union
Docs/Support/texi2html:
Auto merged
client/mysqltest.c:
Auto merged
myisam/ft_boolean_search.c:
Auto merged
mysql-test/r/fulltext.result:
Auto merged
mysql-test/r/rpl000015.result:
Auto merged
mysql-test/r/rpl_log_pos.result:
Auto merged
mysql-test/r/rpl_rotate_logs.result:
Auto merged
mysql-test/t/fulltext.test:
Auto merged
mysql-test/t/rpl000001.test:
Auto merged
mysql-test/t/rpl000015.test:
Auto merged
mysql-test/t/rpl_log_pos.test:
Auto merged
mysql-test/t/rpl_rotate_logs.test:
Auto merged
Diffstat (limited to 'mysql-test/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index afbe8f8117c..41fbf3f27ac 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -98,6 +98,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; # |