Search Results
https://dev.mysql.com/doc/internals/en/innodb-field-contents.html
Helpful Notes About "Field Start Offsets": Notice that the sizes of the record's fields, in forward order, are: 6, 6, 7, 2, 2, 2. Helpful Notes About "Extra Bytes": Look at the Extra Bytes of the first record: 00 00 78 0D 02 BF. Helpful Notes About ... The Field Contents part of the record has all the ...
https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
Name Extension tls TLS extension Note More extensions can be added in future iterations as long as they are announced in CapabilitiesGet() and documented. Note Disabling TLS on a connection may not be supported by the server and should result in an ... Topics in this section: Connection Session Stages of Session Setup Authentication Pipelining Max Message Length Extensions The following list describes some of the terms introduced in this section: Transport Transport layer that exchanges data: TCP sockets, Unix Sockets, Named Pipes, TLS, and so ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
Note Starting with MySQL Installer 1.6.7 (8.0.34), the install, list, and upgrade command options no longer apply to MySQL for Visual Studio (now EOL), MySQL Connector/NET, MySQL Connector/ODBC, MySQL Connector/C++, MySQL Connector/Python, and MySQL ... MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL ...
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
In general, it is possible for an error to occur during execution (resulting in a failure return code) when calling any of the following methods: NdbTransaction::execute() NdbBlob::setNull() NdbBlob::truncate() NdbBlob::readData() ... Abstract This ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-28.html
Deprecation and Removal Notes Pluggable Authentication Security Notes Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were deprecated in Connector/C++ 8.0.26 and now are removed in this release. (WL #14658) ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...To support the character-set name change and the new collations, several API changes now are ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
(WL #15346) Security Notes This release of Connector/C++ upgrades Cyrus SASL to version 2.1.28, which has been publicly reported as not vulnerable to CVE-2022-24407. All generic Linux packages are built using the GNU C Library version 2.28. (WL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC connector with Linux distributions that do not ship static libraries, the ...Previously, the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
Character Set Support Deprecation and Removal Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports MySQL servers configured to use utf8mb4 as the default character set. (WL #10769) ... MySQL ...