~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-proposed

« back to all changes in this revision

Viewing changes to man/myisamchk.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 08:30:45 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120222083045-2rd53r4bnyx7qus4
Tags: 5.1.61-0ubuntu0.11.04.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmyisamchk\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 11/29/2010
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYISAMCHK\FR" "1" "11/29/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYISAMCHK\FR" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
45
45
statements to check and repair
46
46
MyISAM
47
47
tables\&. See
48
 
Section\ \&12.4.2.3, \(lqCHECK TABLE Syntax\(rq, and
49
 
Section\ \&12.4.2.6, \(lqREPAIR TABLE Syntax\(rq\&.
 
48
Section\ \&12.7.2.3, \(lqCHECK TABLE Syntax\(rq, and
 
49
Section\ \&12.7.2.6, \(lqREPAIR TABLE Syntax\(rq\&.
50
50
.PP
51
51
The use of
52
52
\fBmyisamchk\fR
233
233
instead of
234
234
\fBmyisamchk\fR
235
235
to check tables\&. See
236
 
Section\ \&12.4.2.3, \(lqCHECK TABLE Syntax\(rq\&.
 
236
Section\ \&12.7.2.3, \(lqCHECK TABLE Syntax\(rq\&.
237
237
.sp .5v
238
238
.RE
239
239
.PP
240
240
\fBmyisamchk\fR
241
241
supports the following options, which can be specified on the command line or in the
242
242
[myisamchk]
243
 
option file group\&.
 
243
group of an option file\&.
244
244
\fBmyisamchk\fR
245
245
also supports the options for processing option files described at
246
246
Section\ \&4.2.3.3.1, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
539
539
system variable\&. For more information, see the description of
540
540
myisam_stats_method
541
541
in
542
 
Section\ \&5.1.4, \(lqServer System Variables\(rq, and
543
 
Section\ \&7.5.4, \(lqMyISAM Index Statistics Collection\(rq\&.
 
542
Section\ \&5.1.3, \(lqServer System Variables\(rq, and
 
543
Section\ \&7.5.4, \(lqInnoDB and MyISAM Index Statistics Collection\(rq\&.
544
544
.PP
545
545
ft_min_word_len
546
546
and
672
672
key_buffer_size
673
673
variable to a large value helps the repair operation run faster\&.
674
674
.sp
 
675
See also the description of this option under table repair options\&.
 
676
.sp
675
677
For a description of the output format, see
676
678
the section called \(lqOBTAINING TABLE INFORMATION WITH MYISAMCHK\(rq\&.
677
679
.RE
882
884
.sp
883
885
Do a repair that tries to recover every possible row from the data file\&. Normally, this also finds a lot of garbage rows\&. Do not use this option unless you are desperate\&.
884
886
.sp
 
887
See also the description of this option under table checking options\&.
 
888
.sp
885
889
For a description of the output format, see
886
890
the section called \(lqOBTAINING TABLE INFORMATION WITH MYISAMCHK\(rq\&.
887
891
.RE
2067
2071
\- check data record references index: 3
2068
2072
Key:  3:  Keyblocks used:  98%  Packed:  \-14%  Max levels:  3
2069
2073
Total:    Keyblocks used:  98%  Packed:   89%
2070
 
\- check records and index references
2071
 
\fI*** LOTS OF ROW NUMBERS DELETED ***\fR
 
2074
\- check records and index references\fI*** LOTS OF ROW NUMBERS DELETED ***\fR
2072
2075
Records:            306688  M\&.recordlength:       25  Packed:            83%
2073
2076
Recordspace used:       97% Empty space:           2% Blocks/Record:   1\&.00
2074
2077
Record blocks:      306688  Delete blocks:         0
2459
2462
.SH "COPYRIGHT"
2460
2463
.br
2461
2464
.PP
2462
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
2465
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
2463
2466
.PP
2464
2467
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2465
2468
.PP