Search



Search Results
Displaying 481 to 490 of 1764 total results
https://dev.mysql.com/doc/refman/8.4/en/sys-schema-reference.html
The sys schema includes tables and triggers, views, and stored procedures and functions.
https://dev.mysql.com/doc/refman/8.4/en/upgrade-prerequisites.html
There must be no tables or stored procedures with individual ENUM or SET column elements that exceed 255 characters or 1020 bytes in length. Any such triggers must be dumped and restored to fix the issue. Before upgrading to the latest MySQL 8.4 ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-optional-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/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/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/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-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-9-3-0.html
(Bug #20802830) When using a CallableStatement to execute a stored procedure, a MySQLSyntaxErrorException was thrown if any parameter names contained an escaped character. Version 9.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-cluster-repair.html
Unless otherwise stated, use Cluster and ClusterSet objects that you fetched with an InnoDB Cluster administrator account or server configuration account, so that the default user account stored in the ClusterSet object has the correct permissions.
Displaying 481 to 490 of 1764 total results