Skip to content

Commit 8a86170

Browse files
author
monty@hundin.mysql.fi
committed
Update test results
1 parent 79caca1 commit 8a86170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/r/fulltext.result

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Full-text indexes are called collections 1
5555
Only MyISAM tables support collections 2
5656
Function MATCH ... AGAINST() is used to do a search 0
5757
Full-text search in MySQL implements vector space model 0
58+
select * from t1 where MATCH a AGAINST ("search" IN BOOLEAN MODE);
59+
a b
60+
Full-text search in MySQL implements vector space model
5861
delete from t1 where a like "MySQL%";
5962
update t1 set a='some test foobar' where MATCH a,b AGAINST ('model');
6063
delete from t1 where MATCH(a,b) AGAINST ("indexes");

0 commit comments

Comments
 (0)