Search Results
Displaying 211 to 219
of 219 total results
- « Previous
- 20
- 21
- 22
https://dev.mysql.com/doc/mysql-errors/8.4/en/global-error-reference.html
Error number: 75; Symbol: EE_FAILED_TO_ASSIGN_MAX_VALUE_TO_OPTION; Message: %s: Maximum value of '%s' cannot be set. Error number: 79; Symbol: EE_INCORRECT_UINT_VALUE_FOR_OPTION; Message: Incorrect unsigned integer value: '%s'. Error number: 80; ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-prepare.html
int mysql_stmt_prepare(MYSQL_STMT *stmt, const char *stmt_str, unsigned long length) Description Given the statement handler returned by mysql_stmt_init(), prepares the SQL statement pointed to by the string stmt_str and returns a status value. You ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
unsigned int decimals The number of decimal digits to the right of the decimal point. (For numeric functions, the length includes any sign or decimal point characters.) If you want to return a blob value, you can set max_length to 65KB or 16MB. The ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/contributing-code.html
You can do so using GitHub, or directly to MySQL at Oracle using bugs.mysql.com .
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
NDB Client Programs: In some cases, it was not possible to load cerificates generated using ndb_sign_keys. We eliminate this problem by using an unsigned integer type to hold the value obtained from RAND_bytes(). (Bug #36132430) NDB Client Programs: ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
This release adds the following columns to transporter_details: sendbuffer_used_bytes: Number of bytes of signal data currently stored pending send using this transporter. sendbuffer_max_used_bytes: Historical maximum number of bytes of signal data ... 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 storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-7.html
Errors were returned similar to the following: ndb_restore: [Warning] option 'backupid': signed value 3000000000 adjusted to 2147483647. MySQL NDB Cluster 8.4.7 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(Bug #28207088) When a connection property's value contained an equal sign (“=”) in itself, an exception (“WrongArgumentException: Malformed database URL”) was thrown. Version 8.0.13 is the latest General Availability release of the 8.0 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
Version 8.0.19 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. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...