Search



Search Results
Displaying 841 to 850 of 5414 total results
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/connector-j/en/news-8-0-29.html
Version 8.0.29 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 and 5.7. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Historically, ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-31.html
Version 8.0.31 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 and 5.7. Please switch to the new coordinates as soon as possible, as the old coordinates could ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
(Bug #34558945) When connecting to MySQL Server 5.7 and earlier with Connector/J 8.0.32, Connector/J sometimes hung after the prepare phase of a server-side prepared statement. Version 8.0.33 is the latest General Availability release of the 8.0 ...
Displaying 841 to 850 of 5414 total results