Search



Search Results
Displaying 771 to 780 of 5062 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-what-is-new.html
MySQL Cluster Manager 8.4 marks the start of a new series of LTS (Long Term Support) releases. MySQL Cluster Manager 8.4 is recommended for use on production systems. Here is a summary of the major changes for MySQL Cluster Manager going from ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/index.html
It lists all error messages produced by server and client programs in MySQL 8.4. This document accompanies Error Messages and Common Problems, in MySQL 8.4 Reference Manual. For help with using MySQL, please visit the MySQL Forums, where you can ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-errno.html
unsigned int mysql_errno(MYSQL *mysql) Description For the connection specified by mysql, mysql_errno() returns the error code for the most recently invoked API function that can succeed or fail. Client error message numbers are listed in the MySQL ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-error.html
const char * mysql_error(MYSQL *mysql) Description For the connection specified by mysql, mysql_error() returns a null-terminated string containing the error message for the most recently invoked API function that failed. If a function did not ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-init.html
MYSQL * mysql_init(MYSQL *mysql) Description Allocates or initializes a MYSQL object suitable for mysql_real_connect(). If mysql is a NULL pointer, the function allocates, initializes, and returns a new object. If mysql_init() allocates a new ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-library-init.html
int mysql_library_init(int argc, char **argv, char **groups) Description Call this function to initialize the MySQL client library before you call any other MySQL function. Note To avoid memory leaks after the application is done using the library ...This enables memory managment to be performed to clean up and free resources used by the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-0.html
MySQL Cluster Manager 8.4.0 marks the start of a new series of LTS (Long Term Support) releases. MySQL Cluster Manager 8.4.0 is recommended for use on production systems. MySQL Cluster Manager 8.4.0 is suitable for use with MySQL NDB Cluster 8.4, ...The 8.4.X LTS releases will focus on security and bug fixes while the next Innovation series will include new ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-3.html
Version 8.4.3 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and 7.6. Functionality Added or Changed Bugs Fixed Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/ndb-operator/8.4/en/index.html
Abstract This document contains release notes for the changes in MySQL NDB Operator 8.4 for Kubernetes. If a recent version is listed here that you cannot find on the download page (https://dev.mysql.com/downloads/), the version has not yet been ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
Version 8.0.13 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. See Connecting to a Single MySQL Server Using Connection Pooling in the X ...
Displaying 771 to 780 of 5062 total results