mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02: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:
parent
c282bbf0ff
commit
62d2ecb170
4 changed files with 54 additions and 41 deletions
|
|
@ -22,6 +22,8 @@ INSERT INTO t2 VALUES('456', 'lui');
|
|||
|
||||
select match(t1.texte,t1.sujet,t1.motsclefs) against('droit')
|
||||
from t1 left join t2 on t2.id=t1.id;
|
||||
select match(t1.texte,t1.sujet,t1.motsclefs) against('droit' IN BOOLEAN MODE)
|
||||
from t1 left join t2 on t2.id=t1.id;
|
||||
|
||||
drop table t1, t2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue