mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
fulltext_left_join.test cleared up
This commit is contained in:
parent
4ba2370edf
commit
1c6cfdd197
1 changed files with 2 additions and 0 deletions
|
@ -23,3 +23,5 @@ 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;
|
||||
|
||||
drop table t1, t2;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue