Search



Search Results
Displaying 891 to 900 of 2652 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/add-instances-cluster.html
Use the Cluster.addInstance(instance) function to add an instance to the cluster, where instance is connection information to a configured instance, see Section 8.4.2, “Configuring Production Instances for InnoDB Cluster Usage”. The options ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create.html
Signature The signature for the Python or JavaScript function to be registered as a MySQL Shell report must be as follows: Dict report(Session session, List argv, Dict options); Where: session is a MySQL Shell session object that is to be used to ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
The query statistics are delivered to the audit log through component services that you set up as an audit log filtering function. If you want to stop collecting the query statistics, use the audit_log_filter_set_filter() audit log function to ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
The plugin library file contains the keyring_aws plugin and two loadable functions, keyring_aws_rotate_cmk() and keyring_aws_rotate_keys(). Start the MySQL server and install the functions associated with the keyring_aws plugin. This is a one-time ... Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs Performance Schema Notes sys Schema Notes Thread Pool Notes Functionality Added or Changed Bugs Fixed C API Notes The asynchronous interface used ...(Bug #115703, Bug #36891894) Compilation Notes MySQL did not compile on Fedora ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
This section describes how to write a server-side keyring plugin that can be used by service functions to perform key-management operations. The general descriptor also refers to keyring_system_variables, a structure that exposes a system variable ... MySQL Server supports a keyring service that enables internal server components and plugins to securely store sensitive information for later ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
The logical or functional elements of a cluster are referred to as nodes, and a computer housing a cluster node is sometimes referred to as a cluster host. Data node functionality is handled by instances of the NDB data node process ndbd. This is ...
https://dev.mysql.com/doc/refman/8.4/en/features.html
Implements SQL functions using a highly optimized class library that should be as fast as possible. Statements and Functions Full operator and function support in the SELECT list and WHERE clause of queries. Support for group functions (COUNT(), ...
https://dev.mysql.com/doc/refman/8.4/en/keywords.html
This may also be true for the names of built-in functions. However, by default, no whitespace is permitted in function invocations between the function name and the following ( character. This requirement enables the parser to distinguish whether ...
https://dev.mysql.com/doc/refman/8.4/en/show-create-procedure.html
It returns the exact string that can be used to re-create the named stored procedure. A similar statement, SHOW CREATE FUNCTION, displays information about stored functions (see Section 15.7.7.9, “SHOW CREATE FUNCTION Statement”). The value ...
Displaying 891 to 900 of 2652 total results