Search Results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options4.html
Key names that begin with an underscore (_) are reserved for internal use and should not be created by application programs. MYSQL_OPT_USER_PASSWORD (argument types: unsigned int *, char *) This option specifies the password for a multifactor ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-named-param.html
To store both named and unnamed bind user variables, call mysql_stmt_bind_named_param() after mysql_stmt_prepare(). bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, MYSQL_BIND *binds, unsigned n_params, const char **names) Description ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
Although some aspects of the plugin API are common to all types of plugins, the API also permits type-specific interface elements so that different types of plugins can be created. The server plugin API has these characteristics: All plugins have ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
For convenience, a number of macros are defined that make creating new system variables within a plugin much simpler. The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
This is the value that identifies the plugin as being legal for use in a WITH PARSER clause when creating a FULLTEXT index. Every plugin library that contains server plugins must include a library descriptor that contains the general plugin ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
Now in such cases, we skip checking whether or not a given table already exists in the data dictionary; instead, we now always refuse discovery of a table that is altered while a transaction is ongoing and return an error to the user. This could be ... 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
Now in such cases, we skip checking whether or not a given table already exists in the data dictionary; instead, we now always refuse discovery of a table that is altered while a transaction is ongoing and return an error to the user. This could be ... 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-shell/8.4/en/news-8-4-6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Utilities Bugs Fixed Bugs Fixed Utilities Bugs Fixed util.dumpInstance returned the following error when run against MySQL HeatWave DB Systems: ERROR: User ...(Bug ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
See Indexing Array Fields in the X DevAPI User Guide for details. (Bug #29446100, Bug #94533) ResultSetImpl.getDouble() was very inefficient because it called FloatingPointBoundsEnforcer.createFromBigDecimal, which needlessly recreated BigDecimal ...