diff options
Diffstat (limited to 'mysql-test/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index 5535e422db8..6614a81a94c 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -54,4 +54,3 @@ show create table t2; select * from t2 where MATCH inhalt AGAINST (NULL); drop table t1,t2; - |