mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
manual.texi FULLTEXT works with CHAR, too.
Docs/manual.texi: FULLTEXT works with CHAR, too.
This commit is contained in:
parent
d7bbd4454a
commit
2c664eb58d
1 changed files with 1 additions and 1 deletions
|
|
@ -27048,7 +27048,7 @@ column. You cannot index the entire column.
|
||||||
In MySQL Version 3.23.23 or later, you can also create special
|
In MySQL Version 3.23.23 or later, you can also create special
|
||||||
@code{FULLTEXT} indexes. They are used for full-text search. Only the
|
@code{FULLTEXT} indexes. They are used for full-text search. Only the
|
||||||
@code{MyISAM} table type supports @code{FULLTEXT} indexes. They can be
|
@code{MyISAM} table type supports @code{FULLTEXT} indexes. They can be
|
||||||
created only from @code{VARCHAR} and @code{TEXT} columns.
|
created only from @code{CHAR}, @code{VARCHAR}, and @code{TEXT} columns.
|
||||||
Indexing always happens over the entire column and partial indexing is not
|
Indexing always happens over the entire column and partial indexing is not
|
||||||
supported. See @ref{Fulltext Search} for details.
|
supported. See @ref{Fulltext Search} for details.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue