Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/information-schema-partitions-table.html
                                Each row in this table corresponds to an individual partition or subpartition of a partitioned table. The PARTITIONS table has these columns: TABLE_CATALOG The name of the catalog to which the table belongs. TABLE_SCHEMA The name of the schema ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innochecksum.html
                                This tool reads an InnoDB tablespace file, calculates the checksum for each page, compares the calculated checksum to the stored checksum, and reports mismatches, which indicate damaged pages. It was originally developed to speed up verifying the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-online-ddl-single-multi.html
                                 Before the introduction of online DDL, it was common practice to combine many DDL operations into a single ALTER TABLE statement. Because each ALTER TABLE statement involved copying and rebuilding the table, it was more efficient to make several ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json-attribute-functions.html
                                 The functions in this section return attributes of JSON values. An error occurs if the argument is not a valid JSON document. An empty array, empty object, or scalar value has depth 1. A nonempty array containing only elements of depth 1 or ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
                                 Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_aws keyring plugin communicates with the Amazon Web Services Key Management Service (AWS KMS) as a back end for key generation and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/known-issues.html
                                 This section lists known issues in recent versions of MySQL. For information about platform-specific issues, see the installation and debugging instructions in Section 2.1, “General Installation Guidance”, and Section 7.9, “Debugging MySQL”. The following problems are known: Subquery optimization for IN is not as effective as for ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-connection-strings.html
                                 With the exception of the NDB Cluster management server (ndb_mgmd), each node that is part of an NDB Cluster requires a connection string that points to the management server's location. This connection string is used in establishing a connection ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
                                 ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster. It is highly recommended that you make use of this utility when filing reports of bugs in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbd.html
                                 The ndbd binary provides the single-threaded version of the process that is used to handle all the data in tables employing the NDBCLUSTER storage engine. This data node process enables a data node to accomplish distributed transaction handling, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
                                 The server's binary log consists of files containing “events” that describe modifications to database contents. To display their contents in text format, use the mysqlbinlog utility. You can also use mysqlbinlog to display the contents of relay ...