Search



Search Results
Displaying 271 to 280 of 509 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. The currently bound parameter marker values are sent to server during this call, and the server replaces ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
int mysql_stmt_fetch(MYSQL_STMT *stmt) Description mysql_stmt_fetch() returns the next row in the result set. It can be called only while the result set exists; that is, after a call to mysql_stmt_execute() for a statement such as SELECT that ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-information-schema-plugins.html
NAME is string-valued with a length of 10 and VALUE is integer-valued with a display width of 20. This section describes how to write a server-side INFORMATION_SCHEMA table plugin. For example code that implements such plugins, see the ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterspec.html
NdbClusterSpec contains the fields named and described in the following list: redundancyLevel (integer): The number of data replicas or copies of data stored by NDB Cluster. freeAPISlots (integer): (optional) The number of extra API sections ...A ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbdatanodespec.html
nodeCount (integer): The total number of data nodes in a MySQL NDB Cluster; this must be an integer multiple of redundancyLevel. config (map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default NDB data node configuration ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
We eliminate this problem by using an unsigned integer type to hold the value obtained from RAND_bytes(). Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
We eliminate this problem by using an unsigned integer type to hold the value obtained from RAND_bytes(). MySQL NDB Cluster 8.4.0 is a new development release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
(WL #10527) Bugs Fixed When an integer value in a JSON document is modified, it becomes a DOUBLE value to the MySQL server, which is returned with a decimal when fetched from the JSON document. Therefore, calling getInteger() upon the changed value ... Version 8.0.11 is the first General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
It was due to an integer overflow, which is now avoided by changing the timeout value's data type from Integer to Long. Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-setup.html
Note The API version number may change in a future release; and future releases may include functionality to retrieve this API integer. This guide sets up a basic Router REST API, adds basic authentication, and exposes a route to check Router's ...
Displaying 271 to 280 of 509 total results