mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
72bc949c1a
item_func.cc MATCH ... AGAINST (NULL) bug fixed fulltext.test MATCH ... AGAINST (NULL) bug fixed fulltext.result MATCH ... AGAINST (NULL) bug fixed mysql-test/r/fulltext.result: MATCH ... AGAINST (NULL) bug fixed mysql-test/t/fulltext.test: MATCH ... AGAINST (NULL) bug fixed sql/item_func.cc: MATCH ... AGAINST (NULL) bug fixed sql/sql_select.cc: MATCH ... AGAINST (NULL) bug fixed
23 lines
574 B
Text
23 lines
574 B
Text
a b
|
|
Only MyISAM tables support collections
|
|
Full-text indexes are called collections
|
|
a b
|
|
Full-text indexes are called collections
|
|
a b
|
|
Full-text indexes are called collections
|
|
Only MyISAM tables support collections
|
|
id
|
|
id
|
|
id
|
|
3
|
|
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Comment
|
|
t2 1 tig 1 ticket A NULL NULL NULL
|
|
t2 1 tix 1 inhalt A NULL 1 NULL FULLTEXT
|
|
Table Create Table
|
|
t2 CREATE TABLE `t2` (
|
|
`ticket` int(11) default NULL,
|
|
`inhalt` text,
|
|
KEY `tig` (`ticket`),
|
|
FULLTEXT KEY `tix` (`inhalt`)
|
|
) TYPE=MyISAM
|
|
ticket inhalt
|