diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-02-14 13:46:13 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-02-14 13:46:13 -0700 |
commit | 9902850d2fd3046a8d70ac1bec0bdf5199d89fb8 (patch) | |
tree | 7e9a58d8d073648fe153f1143395e5281521bba2 /mysql-test | |
parent | f0598b6d37be7d9de91a3dc8d810e4de36492c8d (diff) | |
download | mariadb-git-9902850d2fd3046a8d70ac1bec0bdf5199d89fb8.tar.gz |
mysql-test/r/fulltext.result
after Indrek's bugfix in show create table, the result has two extra spaces
mysql-test/r/fulltext.result:
after Indrek's bugfix in show create table, the result has two extra spaces
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/fulltext.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index a08b5da99a4..025cd022cd4 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -17,6 +17,6 @@ Table Create Table t2 CREATE TABLE `t2` ( `ticket` int(11) default NULL, `inhalt` text, - KEY `tig`(`ticket`), - FULLTEXT KEY `tix`(`inhalt`) + KEY `tig` (`ticket`), + FULLTEXT KEY `tix` (`inhalt`) ) TYPE=MyISAM |