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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user