Search Results
https://dev.mysql.com/doc/internals/en/event-data-fields.html
This is because v4 allows for an extra headers field, the size of which is defined in the format description event. The structure of an event's data part depends on the event type: In v1 and v3, the event type entirely determines the data format In ...
https://dev.mysql.com/doc/internals/en/event-structure.html
This section describes the general properties of events as byte sequences as they are written to binary or relay log files. Some details of event structure are invariant across binary log versions; others depend on the version. Within any given ...
https://dev.mysql.com/doc/internals/en/extra.html
Synopsis virtual int extra ( operation); enum ha_extra_function operation ; Description This is the extra method. Purpose Passes hints from the server to the storage engine. extra() is called whenever the server wishes to send a hint to the storage ...
https://dev.mysql.com/doc/internals/en/fileformats.html
This section covers the different file formats and how to read, write, and understand the contents. MySQL uses a number of different file formats for the storage of information.
https://dev.mysql.com/doc/internals/en/fine-tuning-installation-paths.html
If you come from an Autotools background, you are familiar with options such as --bindir, --libdir, and --sbindir that, when passed to the configure script, enable fine tuning the installation layout. A similar functionality is available with ...
https://dev.mysql.com/doc/internals/en/format-description-event.html
Note added in MySQL 5.0.0 as replacement for START_EVENT_V3 Payload 2 binlog-version string[50] mysql-server version 4 create timestamp 1 event header length string[p] event type header lengths Fields binlog-version (2) -- version of this binlog ...
https://dev.mysql.com/doc/internals/en/generating-browsable-binary-log-information.html
To generate the HTML files and view information about the classes related to binary logging, do this: In your MySQL source tree, change location to the sql directory: shell> cd sql Run doxygen to generate the HTML files. Source files in the sql ...
https://dev.mysql.com/doc/internals/en/getting-source-tree.html
This section describes how to obtain the MySQL source tree, which is currently available on GitHub. For more information about MySQL's move to GitHub, refer to the announcement on the MySQL Release Engineering blog: MySQL on GitHub To obtain the ...
https://dev.mysql.com/doc/internals/en/guided-tour-os-specific.html
The netware directory contains a set of files for interfacing with netware, and anyone who has an involvement with NetWare knows that we're allied with them, and so this is one of the directories that represents the joint enterprise. netware ...
https://dev.mysql.com/doc/internals/en/guided-tour-recap.html
Three: The main sequence, as one walks through the server code. We worked hard to make a description of the MySQL source that is simple, without distorting. If you were able to follow all that we've said, then that's wonderful, congratulations. If ...