Search Results
https://dev.mysql.com/doc/internals/en/mysql-services-for-plugins.html
As of MySQL 5.5, plugins have access to server “services.” The services interface exposes server functionality that plugins can call. It complements the plugin API and has these characteristics: Services enable plugins to access code inside the ...
https://dev.mysql.com/doc/internals/en/successful-authentication.html
In that case no extra packets are exchanged in step 4 and server sends OK_Packet directly after receiving Handshake Response Packet (provided that client is authorized). Note Many authentication methods, including the native mysql password methods, ...
https://dev.mysql.com/doc/internals/en/transactions-life-cycle.html
At the end of the statement, the server issues a commit or a rollback for all engines in the statement list. In such situations there is little the server can do and the only option is to roll back transactions in all other participating engines, ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow-nonserver-products.html
During the initial setup, choose any predetermined setup type, except Server only, to install the latest GA version of the tools. Select the Configure MySQL Router for InnoDB Cluster check box to begin the configuration and provide the following ...
https://dev.mysql.com/doc/ndbapi/en/mgm-errors.html
Request Errors Node ID Allocation Errors Service Errors Backup Errors Single User Mode Errors Configuration Errors General Usage Errors Request Errors These are errors generated by failures to connect to a management server. Value Description ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
TLSv1.3 requires that both the server and Connector/C++ be compiled with OpenSSL 1.1.1 or higher. (WL #14584) Pluggable Authentication Applications that use the legacy JDBC API now can establish connections for accounts that use the ... Deprecation ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
(Bug #34983380) ZLIB sources bundled in the Connector/C++ source tree are upgraded to ZLIB 1.2.13 to match the server. (Bug #34888141) RapidJSON sources bundled in the Connector/C++ source tree are upgraded to RapidJSON 1.1.0 to match the server.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/C++ 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation.html
The MySQL 8.4 server issues a warning for any use of COLLATE user_defined_collation in an SQL statement; a warning is also issued when the server is started with --collation-server set equal to the name of a user-defined collation. Warning ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-partition-operations.html
ALGORITHM=1 causes the server to use the same key-hashing functions as MySQL 5.1 when computing the placement of rows in partitions; ALGORITHM=2 means that the server employs the key-hashing functions implemented and used by default for new KEY ...