mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
tests added
mysql-test/r/fulltext_distinct.result: boolean test added mysql-test/t/fulltext_distinct.test: boolean test added mysql-test/r/fulltext_left_join.result: boolean test added mysql-test/t/fulltext_left_join.test: boolean test added
This commit is contained in:
@ -22,4 +22,11 @@ match(t1.texte,t1.sujet,t1.motsclefs) against('droit')
|
||||
0
|
||||
0.67003107070923
|
||||
0
|
||||
select match(t1.texte,t1.sujet,t1.motsclefs) against('droit' IN BOOLEAN MODE)
|
||||
from t1 left join t2 on t2.id=t1.id;
|
||||
match(t1.texte,t1.sujet,t1.motsclefs) against('droit' IN BOOLEAN MODE)
|
||||
0
|
||||
0
|
||||
1
|
||||
0
|
||||
drop table t1, t2;
|
||||
|
Reference in New Issue
Block a user