Search



Search Results
Displaying 851 to 860 of 2652 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
(Bug #95039, Bug #35534640) The auto-deserialization function for BLOB objects is now deprecated. Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 series and is recommended for use on production ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added the missing implementation for Connection.releaseSavepoint(). (WL #15197) The auto-deserialization function for BLOB objects, deprecated since release 8.1.0, is now ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-automatic-rejoin-of-instances.html
Instances running MySQL 8.0.16 and later support the Group Replication automatic rejoin functionality, which enables you to configure instances to automatically rejoin the cluster after being expelled. When using the automatic rejoin functionality, ...See Responses to Failure Detection and Network Partitioning for background ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-working-with-cluster.html
This uses the group action coordinator exposed through the functions described at Configuring an Online Group, and as such you should observe the rules for configuring online groups. To override the election process and force a specific server ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-application-log.html
For instructions to configure the application log and the optional additional destination, which is stderr on Unix-based systems or the OutputDebugString() function on Windows systems, see Section 13.1, “Application Log”. The function ... You ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects.html
A member can be a basic data type value, a function written in native JavaScript or Python, or another extension object. You construct and register extension objects using functions provided by the built-in global object shell. Note You can register ... You can define extension objects and make them available as part of user-defined MySQL Shell global ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-plugins-groups.html
For example, a plugin group comprising all the functions provided by the user-defined MySQL Shell global object ext can be structured like this: The folder C:\Users\exampleuser\AppData\Roaming\MySQL\mysqlsh\plugins\ext is the containing folder for ... You can create a plugin group by placing the folders for multiple MySQL Shell plugins in a containing folder under the plugins ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting.html
A report is a plain JavaScript or Python function that performs operations to generate the desired output. You register the function as a MySQL Shell report through the shell.registerReport() method in JavaScript or the shell.register_report() ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-rag.html
For example: mysql> ALTER TABLE demo_db.demo_embeddings SECONDARY_LOAD; This accelerates processing of vector distance function used to compare vector embeddings and generate relevant output later in this section. For example: mysql> ALTER TABLE ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
--replicate-do-db=db_name Command-Line Format --replicate-do-db=name Type String Creates a replication filter using the name of a database. --replicate-ignore-db=db_name Command-Line Format --replicate-ignore-db=name Type String Creates a ... This ...
Displaying 851 to 860 of 2652 total results