Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e39cd8c4
Commit
e39cd8c4
authored
May 09, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style fixup for docs commit.
parent
e9827c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Docs/manual.texi
Docs/manual.texi
+5
-5
No files found.
Docs/manual.texi
View file @
e39cd8c4
...
@@ -19687,12 +19687,12 @@ very little resources.
...
@@ -19687,12 +19687,12 @@ very little resources.
@item @code{ft_min_word_len}
@item @code{ft_min_word_len}
The minimum length of the word to be included in a @code{FULLTEXT} index.
The minimum length of the word to be included in a @code{FULLTEXT} index.
@strong{Note: @code{FULLTEXT} indexes must be rebuilt after changing
@strong{Note: @code{FULLTEXT} indexes must be rebuilt after changing
this variable.} (This option is new for MySQL 4.0
).
this variable.} (This option is new for MySQL 4.0
.)
@item @code{ft_max_word_len}
@item @code{ft_max_word_len}
The maximum length of the word to be included in a @code{FULLTEXT} index.
The maximum length of the word to be included in a @code{FULLTEXT} index.
@strong{Note: @code{FULLTEXT} indexes must be rebuilt after changing
@strong{Note: @code{FULLTEXT} indexes must be rebuilt after changing
this variable.} (This option is new for MySQL 4.0
).
this variable.} (This option is new for MySQL 4.0
.)
@item @code{ft_max_word_len_sort}
@item @code{ft_max_word_len_sort}
The maximum length of the word in a @code{FULLTEXT} index
The maximum length of the word in a @code{FULLTEXT} index
...
@@ -22449,7 +22449,7 @@ tables.
...
@@ -22449,7 +22449,7 @@ tables.
@code{/*!40000 ALTER TABLE tb_name DISABLE KEYS */;} and
@code{/*!40000 ALTER TABLE tb_name DISABLE KEYS */;} and
@code{/*!40000 ALTER TABLE tb_name ENABLE KEYS */;}
@code{/*!40000 ALTER TABLE tb_name ENABLE KEYS */;}
will be put in the output. This will make loading the data into a MySQL
will be put in the output. This will make loading the data into a MySQL
4.0 server faster as the index are created after all data are inserted.
4.0 server faster as the index
es
are created after all data are inserted.
@item -n, --no-create-db
@item -n, --no-create-db
@code{CREATE DATABASE /*!32312 IF NOT EXISTS*/ db_name;} will not be put in the
@code{CREATE DATABASE /*!32312 IF NOT EXISTS*/ db_name;} will not be put in the
output. The above line will be added otherwise, if --databases or
output. The above line will be added otherwise, if --databases or
...
@@ -36379,7 +36379,7 @@ unless you know what you are doing!
...
@@ -36379,7 +36379,7 @@ unless you know what you are doing!
The minimum length of words to be indexed is defined by the MySQL
The minimum length of words to be indexed is defined by the MySQL
variable @code{ft_min_word_length}. @xref{SHOW VARIABLES}.
variable @code{ft_min_word_length}. @xref{SHOW VARIABLES}.
Change it to the value you prefer, and rebuild your @code{FULLTEXT} indexes.
Change it to the value you prefer, and rebuild your @code{FULLTEXT} indexes.
(This
is only available for MySQL 4.0
)
(This
variable is only available from MySQL version 4.0.
)
@item
@item
The stopword list is defined in @file{myisam/ft_static.c}
The stopword list is defined in @file{myisam/ft_static.c}
...
@@ -44229,7 +44229,7 @@ shell> ./configure --enable-thread-safe-client
...
@@ -44229,7 +44229,7 @@ shell> ./configure --enable-thread-safe-client
@end example
@end example
This will create a thread-safe client library @code{libmysqlclient_r}.
This will create a thread-safe client library @code{libmysqlclient_r}.
(Assuming your OS has a thread
safe @code{gethostbyname_r()} function
)
(Assuming your OS has a thread
-safe @code{gethostbyname_r()} function.
)
This library is thread-safe per connection. You can let two threads
This library is thread-safe per connection. You can let two threads
share the same connection with the following caveats:
share the same connection with the following caveats:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment