Commit 92675fe3 authored by unknown's avatar unknown

fulltext_left_join.test cleared up


mysql-test/t/fulltext_left_join.test:
  cleared up
parent 42959038
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment