Search Results
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 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
Components that support DDLS for tables, including the createTable(), dropTable(), and modifyTable() methods. (WL #11210) X DevAPI: The createIndex() method for the Collection interface now has a new syntax. Users can still set useInformationSchema ... Version 8.0.9 Release Candidate is the first release candidate of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
(Bug #116113, Bug #37063728, Bug #63992, Bug #14598872) It might take a long time to create a connection to a server with Connector/J 8.4.0 or later. (Bug #96786, Bug #30280035) When updateRow() was called after some updates have been performed on a ... Version 9.2.0 is a new GA release of MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/check-instance-configuration.html
Before creating a production deployment from server instances you need to check that MySQL on each instance is correctly configured. The user which you use to connect to the instance must have suitable privileges, for example as configured at ...