Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-binary-issues.html
There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-cluster-binary-log-purging.html
In MySQL 8, the binary log is automatically purged (as defined by binlog_expire_logs_seconds). This means that a cluster which has been running for a longer time than binlog_expire_logs_seconds could eventually not contain an instance with a ...
https://dev.mysql.com/doc/internals/en/determining-binary-log-version.html
Given any binary log file, the information in this section describes how to determine the format in which it is written. Some important points about descriptor event formats: The v1 header fields are common to all formats. (v3 and v4 headers begin ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-binary-package.html
In-Place Upgrade Logical Upgrade MySQL Cluster Upgrade In-Place Upgrade An in-place upgrade involves shutting down the old MySQL server, replacing the old MySQL binaries or packages with the new ones, restarting MySQL on the existing data directory, ... This section describes how to upgrade MySQL binary and package-based installations on ...
https://dev.mysql.com/doc/internals/en/ensuring-compatibility-of-future-binary-log-versions.html
However, as indicated earlier, v1-format files can be recognized from the initial event in the file, by a type code of START_EVENT_V3 and an event length less than 75. The v4 format description event is designed so that it can handle future format ...
https://dev.mysql.com/doc/connectors/en/connector-j-binary-installation.html
Obtaining and Using the Binary Distribution Packages Different types of binary distribution packages for Connector/J are available from the Connector/J Download page. The following explains how to use each type of the packages to install ...
https://dev.mysql.com/doc/internals/en/binary-protocol-resultset-row.html
A Binary Protocol Resultset Row is made up of the NULL bitmap containing as many bits as we have columns in the resultset + 2 and the values for columns that are not NULL in the Binary Protocol Value format. ProtocolBinary::ResultsetRow: row of a ...
https://dev.mysql.com/doc/connector-j/en/connector-j-binary-installation.html
Obtaining and Using the Binary Distribution Packages Different types of binary distribution packages for Connector/J are available from the Connector/J Download page. The following explains how to use each type of the packages to install ...
https://dev.mysql.com/doc/refman/8.4/en/show-binary-log-status.html
SHOW BINARY LOG STATUS This statement provides status information about binary log files on the source server, and requires the REPLICATION CLIENT privilege (or the deprecated SUPER privilege). row *************************** File: ...