Search Results
https://dev.mysql.com/doc/internals/en/files-in-innodb-sources.html
The pool size is fixed (at the time of this writing) but the rest of the buffering architecture is sophisticated, involving a host of control structures. The InnoDB source files are the best place to look for information about internals of the file ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
This document was created when http://bugs.mysql.com/4457 (Different results in SQL-Statements for the same record) was fixed at the end of August 2004. The bugfix for http://bugs.mysql.com/4937 (INSERT + SELECT + UNION ALL + DATE to VARCHAR(8) ...
https://dev.mysql.com/doc/internals/en/innodb-extra-bytes.html
Let X = X + 6, because the fixed size of Extra Bytes is 6. If you're just trying to read the record, the key bit in the Extra Bytes is 1byte_offs_flag — you need to know if 1byte_offs_flag is 1 (that is, "short 1-byteoffsets") or 0 (that is, ...
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-5-7.html
The following list details the changes to specific options and variables within MySQL 5.7.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an autoincremented hidden key, i.e. NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-insufficient-space.html
The following list enumerates all NDB errors of type IS (Insufficient space).
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Incompatible Change: When documents without an _id attribute are added to a collection, the server now automatically generates IDs for them. (WL #11719) Bugs Fixed ... For ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. Unlike the standalone MSIs, MySQL Installer for Windows contains a workaround for ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
(WL #12292) Bugs Fixed On SLES 15, Connector/C++ installation failed if libmysqlcppcon7 was already installed. Connections to the server made using X DevAPI or X DevAPI for C continue to use the connection character set determined by the server.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
(WL #12497) Bugs Fixed Previously, for the SSL_MODE_VERIFY_IDENTITY connection option, Connector/C++ checked whether the host name that it used for connecting matched the Common Name value in the certificate but not the Subject Alternative Name ...