Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-option.html
int mysql_get_option(MYSQL *mysql, enum mysql_option option, const void *arg) Description Returns the current value of an option settable using mysql_options(). For MYSQL_OPT_MAX_ALLOWED_PACKET, it is possible to set a session or global maximum ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-shutdown.html
int mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level shutdown_level) Description Note mysql_shutdown() is deprecated and will be removed in a future version of MySQL. MySQL servers support only one type of shutdown; shutdown_level must ...CR_SERVER_LOST The connection to the server was lost during the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-sqlstate.html
const char * mysql_sqlstate(MYSQL *mysql) Description Returns a null-terminated string containing the SQLSTATE error code for the most recently executed SQL statement. SQLSTATE values returned by mysql_sqlstate() differ from MySQL-specific error ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-send-long-data.html
bool mysql_stmt_send_long_data(MYSQL_STMT *stmt, unsigned int parameter_number, const char *data, unsigned long length) Description Enables an application to send parameter data to the server in pieces (or “chunks”). Note The next ...It can be ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-5.html
Version 8.4.5 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/mysql-cluster-manager/8.4/en/news-8-4-7.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Version 8.4.7 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 ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-5.html
MySQL Enterprise Backup 8.4.5 is the latest release for the MySQL Enterprise Backup 8.4 LTS series. Functionality Added or Changed Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL Connector/J. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
Version 8.0.17 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, and 5.6. (WL #12942) The MySQL Connector/J X DevAPI Reference can now be generated from ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-21.html
Version 8.0.21 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, and 5.6. In the documentation for MySQL 8.0.21, we have started changing the term ...It ...