diff options
author | unknown <serg@serg.mysql.com> | 2001-10-17 14:49:54 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-10-17 14:49:54 +0200 |
commit | 83ba8a138fa77f7c108230d0d7ddb4ff32429fbf (patch) | |
tree | 9f8761a4b0da10a3be78e0a02c1a1f7267adf1d3 /mysql-test/r/fulltext.result | |
parent | c14e3edae918a7e507f7face7f705116aa5ba9c7 (diff) | |
download | mariadb-git-83ba8a138fa77f7c108230d0d7ddb4ff32429fbf.tar.gz |
typo fixed
mysql-test/r/fulltext.result:
new test
mysql-test/t/fulltext.test:
new test
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index 733710504c6..47a823929f4 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -45,6 +45,9 @@ select * from t1 where MATCH(a,b) AGAINST("+search +(support vector)" IN BOOLEAN a b MySQL has now support for full-text search Full-text search in MySQL implements vector space model +select * from t1 where MATCH(a,b) AGAINST("+search -(support vector)" IN BOOLEAN MODE); +a b +Function MATCH ... AGAINST() is used to do a search delete from t1 where a like "MySQL%"; drop table t1; CREATE TABLE t1 ( |