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
5cd77c7b
Commit
5cd77c7b
authored
Apr 22, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
parents
3ec45b1c
e2f1993a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
Docs/manual.texi
Docs/manual.texi
+1
-3
myisam/mi_check.c
myisam/mi_check.c
+2
-2
No files found.
Docs/manual.texi
View file @
5cd77c7b
...
@@ -36283,9 +36283,7 @@ Still, this variable is read-only, its value is set in
...
@@ -36283,9 +36283,7 @@ Still, this variable is read-only, its value is set in
@itemize @bullet
@itemize @bullet
@item Make all operations with @code{FULLTEXT} index @strong{faster}.
@item Make all operations with @code{FULLTEXT} index @strong{faster}.
@item Phrase search, proximity operators
@item Proximity operators
@item Boolean search can work without @code{FULLTEXT} index
(yes, @strong{very} slow).
@item Support for "always-index words". They could be any strings
@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.
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.
@item Support for full-text search in @code{MERGE} tables.
myisam/mi_check.c
View file @
5cd77c7b
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/* Descript, check and repair of ISAM tables */
/* Descript, check and repair of
My
ISAM tables */
#include "ftdefs.h"
#include "ftdefs.h"
#include <m_ctype.h>
#include <m_ctype.h>
#include <stdarg.h>
#include <stdarg.h>
#include <getopt.h>
#include <getopt.h>
#include <assert.h>
#include <assert.h>
#ifdef HAVE_SYS_VADVI
C
E_H
#ifdef HAVE_SYS_VADVI
S
E_H
#include <sys/vadvise.h>
#include <sys/vadvise.h>
#endif
#endif
#ifdef HAVE_SYS_MMAN_H
#ifdef HAVE_SYS_MMAN_H
...
...
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