Search



Search Results
Displaying 1341 to 1350 of 3917 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-execute.html
int mysql_stmt_execute(MYSQL_STMT *stmt) Description mysql_stmt_execute() executes the prepared query associated with the statement handler. For a statement such as SELECT that generates a result set, you must call mysql_stmt_fetch() to fetch the ...The currently bound parameter marker values are sent to server during this call, and the server replaces the markers with this newly supplied ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-semisynchronous-replication-plugins.html
This section describes how to write server-side semisynchronous replication plugins, using the example plugins found in the plugin/semisync directory of MySQL source distributions. #include <mysql/plugin.h> plugin.h defines the ...Other MySQL or ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-6.html
It was because mysqlbackup, after using prepared statements to query the server, closed its connection to the server prematurely. With this fix, Com_stmt_close is also incremented before mysqlbackup disconnects from the server. Note These release ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (WL #13210) Added support for host names that are longer than 60 characters (up to 255 characters), as they are now supported by MySQL Server 8.0.17. (WL #13125) Added support for ... Version 8.0.17 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. (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 ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-innodb-cluster.html
MySQL Router is part of InnoDB Cluster and is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers. It is used for a wide variety of use cases, such as providing high availability and ...The ...As long as there are enough online replicas and communication between the components is intact, applications will be able to contact one of ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-linux.html
Download the source code and compile yourself: The source code is available as part of MySQL Server at https://dev.mysql.com/downloads/mysql. $> sudo dpkg -i mysql-apt-config_0.8.30-1_all.deb Choose the desired MySQL Server series to install, such ... There are binary distributions of MySQL Router available for several variants of Linux, including Fedora, Oracle Linux, Red Hat, and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-tls-cache.html
Server TLS session cache: Caches TLS sessions from the MySQL Router to the server. TLS sessions from client to router and router to server can be cached and resumed when needed. MySQL Router uses the following caches: Client TLS session cache: ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mysql-ai-platforms.html
You have TLS certificates and keys that satisfy the MySQL requirements. See Creating SSL and RSA Certificates and Keys if you want to configure encrypted communication with the MySQL AI components using your own certificates and keys. Possible ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-2-0.html
If set to 0 (default), the metadata_cache keeps the connection open if the refresh succeeded and if the next refresh is to the same MySQL server. (WL #14119) Bugs Fixed Important Change: MySQL Router no longer supports MySQL Server versions from a ...Use the MySQL Shell AdminAPI RoutingGuideline class to interact with these guidelines, and see the MySQL Shell 9.2.0 release notes for additional ... Functionality Added or Changed Bugs Fixed Functionality Added or ...
Displaying 1341 to 1350 of 3917 total results