Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
                                We also checked at such times to see whether the table already existed in the data dictionary, which also meant that a subsequent read from same table within the same transaction would (wrongly) allow discovery. Now in such cases, we skip checking ... 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/connector-j/en/news-8-0-8.html
                                The “drop” methods now succeed even if the objects to be dropped do not exist.  Version 8.0.8 Development Milestone is the latest development release of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. It is ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
                                (Bug #35929119) When a CallableStatement was used to call a stored procedure or function that did not exist on the server or that the client had no rights to access its parameters' metadata, Connector/J tried to infer the parameter metadata from the ... Version 8.3.0 is a new GA release of MySQL ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-bootstrapping.html
                                This example creates a standalone MySQL Router instance using the --directory option, enables sockets, uses --account to customize Router's MySQL username, and sets --account-create to always to only bootstrap if the account does not already exist. 
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-innodb-cluster.html
                                Bootstrapping automatically configures MySQL Router for an existing InnoDB Cluster by using --bootstrap and other command-line options.  MySQL Router is part of InnoDB Cluster and is lightweight middleware that provides transparent routing between ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-setup.html
                                Save this file (our guide assumes (/foo/mysqlrouter.conf), start Router loading this file (such as mysqlrouter -c /foo/mysqlrouter.conf, and confirm that http://127.0.0.1:8081/api/20190715/swagger.json exists.  This guide sets up a basic Router REST ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter_keyring.html
                                Creates a keyring and master-key-file if they do not exist; and adds keyring to master-key-file if it does not yet exist there.  The mysqlrouter_keyring utility is a command line application to manage MySQL Router key rings. Keyring commands; all ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-replicas.html
                                MySQL Router routing policy is affected by configuration in the following ways: If the Cluster state is INVALID and the invalidated_cluster_policy is set to drop_all, Read Replicas are not used for new read-only connections and all existing ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-scoring-a-recommendation-model.html
                                remove_seen: If the input table overlaps with the training table, and remove_seen is true, then the model will not repeat existing interactions. Set remove_seen to false to repeat existing interactions from the training table.  After generating ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
                                For Running Batch Queries, add the natural-language queries to a column in a new or existing table. If the specified table doesn't exist, a new table is created.  GenAI lets you use tables containing your own vector embedding to run ...