1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysql-test/r/fulltext.result

after Indrek's bugfix in show create table, the result has two extra spaces
This commit is contained in:
sasha@mysql.sashanet.com
2001-02-14 13:46:13 -07:00
parent 73db84fefb
commit 4fffd9dcd9

View File

@@ -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