diff options
author | serg@serg.mysql.com <> | 2001-03-01 21:04:36 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-03-01 21:04:36 +0100 |
commit | 1cca44ab11818f19a286033a0fefd1bb36716fb6 (patch) | |
tree | ddca50943a2758f271ad5531906a3df485a969bd /mysql-test/t/fulltext.test | |
parent | 444cd700a6b538cb42dce4df2908c0368cc58a73 (diff) | |
parent | 6a0faa9a65fa4f045b075ee051d2071c5fc55366 (diff) | |
download | mariadb-git-1cca44ab11818f19a286033a0fefd1bb36716fb6.tar.gz |
Merge
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; - |