Search Results
                    
                    
            https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-native-function.html
                                If the function is nondeterministic, include the following statement in the item constructor to indicate that function results should not be cached: current_thd->lex->safe_to_cache_query=0; A function is nondeterministic if, given fixed values for ... To add a native MySQL function, use the procedure described here, which requires that you use a source ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/index.html
                                For a complete list of all bug fixes and feature changes in MySQL NDB Cluster, please refer to the changelog section for each individual NDB Cluster release. For a complete list of all bug fixes and feature changes made in MySQL 8.4 that are not ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-6.html
                                Bugs Fixed When a TTS image backup taken with full-locking was restored by streaming the image to mysqlbackup, the restore failed due to a tail magic mismatch. With this fix, Com_stmt_close is also incremented before mysqlbackup disconnects from the ... Note These release notes were created with the assistance of MySQL HeatWave ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-21.html
                                Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: The JSON Schema Validation Functions on MySQL servers are now supported by Connector/J; see Schema Validation for details. (WL #14042, WL #14051) Bugs Fixed When ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
                                (WL #8469) Bugs Fixed The connection property nullNamePatternMatchesAll, when set to false (which was the default value), caused some DatabaseMetaData methods to throw an error when a null search string was used with them.  Version 8.0.9 Release ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
                                (WL #15826) Bugs Fixed Executing client-side prepared statements resulted in a SQLException when the NO_BACKSLASH_ESCAPES SQL mode was enabled.  Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-3-0.html
                                Functionality Added or Changed Bugs Fixed Functionality Added or Changed Starting from this release, when using the authentication_kerberos_client and authentication_ldap_sasl_client plugins for authentication, if you are using a JAAS login ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-5-0.html
                                Functionality Added or Changed Bugs Fixed Functionality Added or Changed SequentialBalanceStrategy is now available as a load-balancing strategy that can be selected by setting the connection property "ha.loadBalanceStrategy=sequential". (Bug ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-aiaml-error-messages.html
                                Error number: ML004003; SQLSTATE: HY000 Message: This ONNX model only supports fixed batch size=%. Example: HY000: ML004003: This ONNX model only supports fixed batch size=%.  Each error message includes an error number, SQLSTATE value, and message ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-1-0.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support, which is available as of MySQL Enterprise Edition Server 9.1.0. (WL #16466) Bugs Fixed With connection sharing enabled, changing the password of ...(Bug #36981282) Updated <cstring> and <iostream> header usage by adding or removing their inclusion as needed, and annotated the functions utilized from ...