Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
multi-queries, multi-results Enable multiple result sets from multiple-statement executions or stored procedures. int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used to set extra connect options and ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-result-metadata.html
For example, if a client executes a stored procedure that returns multiple result sets and might change the resultset_metadata system variable, the client can invoke mysql_result_metadata() for each result set to determine whether it has metadata.
https://dev.mysql.com/doc/extending-mysql/8.4/en/compiling-plugin-libraries.html
The procedure for compiling shared objects varies from system to system. After your plugin is written, you must compile it and install it. If you build your library using CMake, it should be able to generate the correct compilation commands for ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
The following procedure describes how the plugin library is created: To write a full-text parser plugin, include the following header file in the plugin source file. MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. For ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins-overview.html
The following procedure provides an overview of the steps needed to create a plugin library. These conditions apply to plugin writing: MySQL header files used by plugins contain C++ code, so plugins must be compiled as C++ code. You must compile ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-upgrades.html
The procedure outlined following assumes that the installed Helm chart is named ndbop, and that the chart is installed in the default namespace. NDB Operator can be upgraded from one release to another without affecting any existing NDB cluster, ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-18.html
(Bug #25223123, Bug #84098) An attempt to retrieve multiple result sets returned by asynchronous executions of stored procedures resulted in an ExecutionException. Version 8.0.18 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-24.html
It was because when a compressed packet was just a few bytes longer than the size of some internal buffer used by a Java InflaterInputStream, the leftover bytes from the inflate procedure were being discarded by Connector/J, causing inflation of ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(Bug #62006, Bug #16714956) Data truncation occurred for INOUT type parameters of data type BIT(1) for stored procedures. 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 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
With this fix, the mistake is avoided by improving the procedure for handling EOF packets. Version 8.0.32 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 ...