~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

« back to all changes in this revision

Viewing changes to man/myisamlog.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-07-22 15:07:29 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130722150729-aowg83m93ncg1ils
Tags: 5.1.70-0ubuntu0.10.04.1
* SECURITY UPDATE: Update to 5.1.70 to fix security issues (LP: #1203828)
  - http://www.oracle.com/technetwork/topics/security/cpujuly2013-1899826.html
  - CVE-2013-1861
  - CVE-2013-3802
  - CVE-2013-3804
* SECURITY UPDATE: insecure creation of debian.cnf file
  - debian/mysql-server-5.1.postinst: set umask to 066 before creating
    debian.cnf.
  - CVE-2013-2162

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmyisamlog\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5
 
.\"      Date: 03/05/2013
 
5
.\"      Date: 05/06/2013
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYISAMLOG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYISAMLOG\FR" "1" "05/06/2013" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
28
28
.\" * MAIN CONTENT STARTS HERE *
29
29
.\" -----------------------------------------------------------------
30
30
.\" myisamlog
31
 
.\" isamlog
32
31
.SH "NAME"
33
32
myisamlog \- display MyISAM log file contents
34
33
.SH "SYNOPSIS"
39
38
\fBmyisamlog\fR
40
39
processes the contents of a
41
40
MyISAM
42
 
log file\&.
 
41
log file\&. To create such a file, start the server with a
 
42
\fB\-\-log\-isam=\fR\fBlog_file\fR
 
43
option\&.
43
44
.PP
44
45
Invoke
45
46
\fBmyisamlog\fR
49
50
.RS 4
50
51
.\}
51
52
.nf
52
 
shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
53
 
shell> \fBisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
 
53
shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIfile_name\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
54
54
.fi
55
55
.if n \{\
56
56
.RE
58
58
.PP
59
59
The default operation is update (\fB\-u\fR)\&. If a recovery is done (\fB\-r\fR), all writes and possibly updates and deletes are done and errors are only counted\&. The default log file name is
60
60
myisam\&.log
61
 
for
62
 
\fBmyisamlog\fR
63
 
and
64
 
isam\&.log
65
 
for
66
 
\fBisamlog\fR
67
61
if no
68
62
\fIlog_file\fR
69
63
argument is given\&. If tables are named on the command line, only those tables are updated\&.