Search



Search Results
Displaying 11 to 20 of 1021 total results
https://dev.mysql.com/doc/refman/8.4/en/binary-log-mixed.html
When running in MIXED logging format, the server automatically switches from statement-based to row-based logging under the following conditions: When a function contains UUID(). When one or more tables with AUTO_INCREMENT columns are updated and a ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-setting.html
You can select the binary logging format explicitly by starting the MySQL server with --binlog-format=type. The supported values for type are: STATEMENT causes logging to be statement based. Setting the binary logging format does not activate ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-binary.html
This section covers the steps necessary to install the correct Windows binaries for each type of NDB Cluster node. For setting up an NDB Cluster using Oracles's no-install binaries, the first step in the installation process is to download the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-data-structures.html
C API functions for processing a replication event stream from a server require a connection handler (a MYSQL * pointer) and a pointer to a MYSQL_RPL structure that describes the steam of replication events to read from the server binary log. int ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-binary.html
This section covers the steps necessary to install the correct executables for each type of Cluster node from precompiled binaries supplied by Oracle. For setting up a cluster using precompiled binaries, the first step in the installation process ...(For the most recent 64-bit NDB 8.4 release, this is mysql-cluster-gpl-8.4.6-linux-glibc2.12-x86_64.tar.gz.) We assume that you have placed this file in each machine's /var/tmp ...
https://dev.mysql.com/doc/refman/8.4/en/show-binary-logs.html
SHOW BINARY LOGS Lists the binary log files on the server. This statement is used as part of the procedure described in Section 15.4.1.1, “PURGE BINARY LOGS Statement”, that shows how to determine which logs can be purged. SHOW BINARY LOGS ...
https://dev.mysql.com/doc/internals/en/binary-log-structure-and-contents.html
The binary log is a set of files that contain information about data modifications made to a MySQL server instance. The log consists of a set of binary log files, plus an index file. Each log file contains a 4-byte magic number, followed by a set ...
https://dev.mysql.com/doc/internals/en/source-files-related-to-the-binary-log.html
This section describes the files in a MySQL source tree that are most relevent to binary log processing. sql directory: log.h /log.cc: The high-level binary logging mechanism for organizing events into a sequence so that it becomes a binary log.
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
The DLL component is required to run Connector/C++ application binaries that use the connector. To obtain a Connector/C++ binary distribution, visit the Connector/C++ downloads page. For some platforms, Connector/C++ binary distributions are ...
https://dev.mysql.com/doc/internals/en/binary-log-versions.html
There are several versions of the binary log file format: v1: Used in MySQL 3.23 v3: Used in MySQL 4.0.2 though 4.1 v4: Used in MySQL 5.0 and up A v2 format was used briefly (in early MySQL 4.0.x versions), but it is obsolete and no longer ...
Displaying 11 to 20 of 1021 total results