Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/keyring-oci-component.html
                                 Note The Oracle Cloud Infrastructure Vault keyring component is included in MySQL Enterprise Edition, a commercial product. component_keyring_oci is part of the component infrastructure that communicates with Oracle Cloud Infrastructure Vault for ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/ldml-collation-example.html
                                 To add a UCA collation for a Unicode character set without recompiling MySQL, use the following procedure. If you are unfamiliar with the LDML rules used to describe the collation's sort characteristics, see Section 12.14.4.2, “LDML Syntax ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/manual-info.html
                                 This is the Reference Manual for the MySQL Database System, version 8.4, through release 8.4.6. Differences between minor versions of MySQL 8.4 are noted in the present text with reference to release numbers (8.4.x). This manual is not intended for ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/monitor-innodb-mutex-waits-performance-schema.html
                                 A mutex is a synchronization mechanism used in the code to enforce that only one thread at a given time can have access to a common resource. When two or more threads executing in the server need to access the same resource, the threads compete ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-syntax.html
                                 Some SQL statements relating to certain MySQL features produce errors when used with NDB tables, as described in the following list: Temporary tables. Trying either to create a temporary table that uses the NDB storage engine or to alter an ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-option-tables.html
                                 The following list includes command-line options, system variables, and status variables applicable within mysqld when it is running as an SQL node in an NDB Cluster. For a reference to all command-line options, system variables, and status ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-blob-tool.html
                                 This tool can be used to check for and remove orphaned BLOB column parts from NDB tables, as well as to generate a file listing any orphaned parts. It is sometimes useful in diagnosing and repairing corrupted or damaged NDB tables containing BLOB ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
                                 This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf file. By default, the management node is the source for the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-delete-all.html
                                In some cases, this can be much faster than DELETE or even TRUNCATE TABLE. Usage ndb_delete_all -c connection_string tbl_name -d db_name This deletes all rows from the table named tbl_name in the database named db_name. Options that can be used with ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-drop-table.html
                                Usage ndb_drop_table -c connection_string tbl_name -d db_name Options that can be used with ndb_drop_table are shown in the following table. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 ...