diff options
author | serg@serg.mylan <> | 2004-02-04 17:42:18 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-04 17:42:18 +0100 |
commit | 069f6892f78942a945d9319f282b43d2fa917357 (patch) | |
tree | c6f1ab5c53996bc5c3f45e0ec465f75af73abce3 /mysql-test/t/fulltext.test | |
parent | 5d4077cc0b9fc07036644fe4ed951a3e392c8ac4 (diff) | |
download | mariadb-git-069f6892f78942a945d9319f282b43d2fa917357.tar.gz |
beautify SHOW INDEX
Diffstat (limited to 'mysql-test/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index e8f5d497692..02657ba3775 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -10,6 +10,7 @@ INSERT INTO t1 VALUES('MySQL has now support', 'for full-text search'), ('Only MyISAM tables','support collections'), ('Function MATCH ... AGAINST()','is used to do a search'), ('Full-text search in MySQL', 'implements vector space model'); +SHOW INDEX FROM t1; # nl search |