Oracle 5.0 Reference Manual page 369

Table of Contents

Advertisement

mysqlbinlog
# 00000057 04 04 04 04 12 00 00 4b
#
Start: binlog v 4, server v 5.0.15-debug-log created 051024 17:24:13
#
at startup
ROLLBACK;
Hex dump output currently contains the following elements. This format is subject to change.
• Position: The byte position within the log file.
• Timestamp: The event timestamp. In the example shown,
'051024 17:24:13'
• Type: The event type code. In the example shown,
FORMAT_DESCRIPTION_EVENT. The following table lists the possible type codes.
TypeName
00 UNKNOWN_EVENT
01 START_EVENT_V3
02 QUERY_EVENT
03 STOP_EVENT
04 ROTATE_EVENT
05 INTVAR_EVENT
06 LOAD_EVENT
07 SLAVE_EVENT
08 CREATE_FILE_EVENT
09 APPEND_BLOCK_EVENT
EXEC_LOAD_EVENTUsed for
0a
0b DELETE_FILE_EVENT
0c NEW_LOAD_EVENT
0d RAND_EVENT
0e USER_VAR_EVENT
0f FORMAT_DESCRIPTION_EVENT
10 XID_EVENT
11 BEGIN_LOAD_QUERY_EVENT
12 EXECUTE_LOAD_QUERY_EVENT
TABLE_MAP_EVENTReserved for future use.
13
14 WRITE_ROWS_EVENT
15 UPDATE_ROWS_EVENT
16 DELETE_ROWS_EVENT
ID: The server ID of the master that created the event.
Master
• Size: The size in bytes of the event.
— Utility for Processing Binary Log Files
00 04 1a
in hexadecimal.
Meaning
This event should never be present in the log.
This indicates the start of a log file written by MySQL 4 or earlier.
The most common type of events. These contain statements executed on
the master.
Indicates that master has stopped.
Written when the master switches to a new log file.
Used for
AUTO_INCREMENT
LAST_INSERT_ID()
Used for
LOAD DATA INFILE
Reserved for future use.
Used for
LOAD DATA INFILE
execution of such a statement. A temporary file is created on the slave.
Used in MySQL 4 only.
Contains data for use in a
stored in the temporary file on the slave.
LOAD DATA INFILE
file is stored in the table on the slave. Used in MySQL 4 only.
Rollback of a
LOAD DATA INFILE
be deleted on the slave.
Used for
LOAD DATA INFILE
Used to send information about random values if the
function is used in the statement.
Used to replicate user variables.
This indicates the start of a log file written by MySQL 5 or later.
Event indicating commit of an XA transaction.
Used for
LOAD DATA INFILE
Used for
LOAD DATA INFILE
R eserved for future use.
Reserved for future use.
Reserved for future use.
349
|.......K...|
'9d fc 5c 43'
indicates a
'0f'
values or when the
[961]
function is used in the statement.
in MySQL 3.23.
statements. This indicates the start of
LOAD DATA INFILE
statements. The contents of the temporary
statement. The temporary file should
in MySQL 4 and earlier.
statements in MySQL 5 and later.
statements in MySQL 5 and later.
is the representation of
statement. The data is
[912]
RAND()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents