diff options
author | unknown <serg@serg.mysql.com> | 2002-04-22 18:35:19 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-04-22 18:35:19 +0000 |
commit | 5f22abb2b84284f8d3bc4bc3a8de2edf68bbddfd (patch) | |
tree | 0d59c9d7bbf029f414762154521b98fb2e8d6394 /Docs | |
parent | 9f00a940211e2845c48ff28dce5ec1ccde15d9f3 (diff) | |
download | mariadb-git-5f22abb2b84284f8d3bc4bc3a8de2edf68bbddfd.tar.gz |
Fulltext todo updated, typo in mi_check.c fixed
Docs/manual.texi:
Fulltext TODO updated
myisam/mi_check.c:
typo in #ifdef fixed
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index c380e4c9403..cf5ee822235 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36296,9 +36296,7 @@ Still, this variable is read-only, its value is set in @itemize @bullet @item Make all operations with @code{FULLTEXT} index @strong{faster}. -@item Phrase search, proximity operators -@item Boolean search can work without @code{FULLTEXT} index -(yes, @strong{very} slow). +@item Proximity operators @item Support for "always-index words". They could be any strings the user wants to treat as words, examples are "C++", "AS/400", "TCP/IP", etc. @item Support for full-text search in @code{MERGE} tables. |