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

« back to all changes in this revision

Viewing changes to man/mysqlbinlog.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: \fBmysqlbinlog\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 "\FBMYSQLBINLOG\FR" "1" "11/29/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYSQLBINLOG\FR" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
34
34
\fBmysqlbinlog\fR
35
35
to display the contents of relay log files written by a slave server in a replication setup because relay logs have the same format as binary logs\&. The binary log and relay log are discussed further in
36
36
Section\ \&5.2.4, \(lqThe Binary Log\(rq, and
37
 
Section\ \&16.2.2, \(lqReplication Relay and Status Files\(rq\&.
 
37
Section\ \&15.2.2, \(lqReplication Relay and Status Logs\(rq\&.
38
38
.PP
39
39
Invoke
40
40
\fBmysqlbinlog\fR
65
65
.PP
66
66
The output includes events contained in
67
67
binlog\&.000003\&. For statement\-based logging, event information includes the SQL statement, the ID of the server on which it was executed, the timestamp when the statement was executed, how much time it took, and so forth\&. For row\-based logging, the event indicates a row change rather than an SQL statement\&. See
68
 
Section\ \&16.1.2, \(lqReplication Formats\(rq, for information about logging modes\&.
 
68
Section\ \&15.1.2, \(lqReplication Formats\(rq, for information about logging modes\&.
69
69
.PP
70
70
Events are preceded by header comments that provide additional information\&. For example:
71
71
.sp
124
124
[mysqlbinlog]
125
125
and
126
126
[client]
127
 
option file groups\&.
 
127
groups of an option file\&.
128
128
\fBmysqlbinlog\fR
129
129
also supports the options for processing option files described at
130
130
Section\ \&4.2.3.3.1, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
473
473
.br
474
474
This option did not work correctly for
475
475
\fBmysqlbinlog\fR
476
 
with row\-based logging prior to MySQL 5\&.1\&.37\&. (\m[blue]\fBBug#42941\fR\m[]\&\s-2\u[1]\d\s+2)
 
476
with row\-based logging prior to MySQL 5\&.1\&.37\&. (Bug #42941)
477
477
.sp .5v
478
478
.RE
479
479
.RE
2033
2033
.SH "COPYRIGHT"
2034
2034
.br
2035
2035
.PP
2036
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
2036
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
2037
2037
.PP
2038
2038
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.
2039
2039
.PP
2041
2041
.PP
2042
2042
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2043
2043
.sp
2044
 
.SH "NOTES"
2045
 
.IP " 1." 4
2046
 
Bug#42941
2047
 
.RS 4
2048
 
\%http://bugs.mysql.com/bug.php?id=42941
2049
 
.RE
2050
2044
.SH "SEE ALSO"
2051
2045
For more information, please refer to the MySQL Reference Manual,
2052
2046
which may already be installed locally and which is also available