PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.2Kb
                                Man Pages (Zip)
        - 402.4Kb
                                Info (Gzip)
        - 4.3Mb
                                Info (Zip)
        - 4.3Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/8.0/en/performance-schema-replication-applier-status-table.html
                                 This table shows the current general transaction execution status on the replica. The table provides information about general aspects of transaction applier status that are not specific to any thread involved. Thread-specific status information is ...There is always a default replication channel, and more replication channels can be ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-tp-thread-group-state-table.html
                                 Note The Performance Schema table described here is available as of MySQL 8.0.14. Prior to MySQL 8.0.14, use the corresponding INFORMATION_SCHEMA table instead; see Section 28.5.2, “The INFORMATION_SCHEMA TP_THREAD_GROUP_STATE Table”. The ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-tp-thread-group-stats-table.html
                                 Note The Performance Schema table described here is available as of MySQL 8.0.14. Prior to MySQL 8.0.14, use the corresponding INFORMATION_SCHEMA table instead; see Section 28.5.3, “The INFORMATION_SCHEMA TP_THREAD_GROUP_STATS Table”. The ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/myisam-table-formats.html
                                When you use CREATE TABLE or ALTER TABLE for a table that has no BLOB or TEXT columns, you can force the table format to FIXED or DYNAMIC with the ROW_FORMAT table option. The third, compressed format, can be created only with the myisampack utility ...Two of them, fixed and dynamic format, are chosen automatically depending on the type of columns you are ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/create-trigger.html
                                A trigger is a named database object that is associated with a table, and that activates when a particular event occurs for the table. The trigger becomes associated with the table named tbl_name, which must refer to a permanent table. You cannot ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-statement-digests.html
                                The copy of the normalized statement digest is stored in the appropriate Performance Schema tables, along with the SHA-256 hash value computed from the original normalized statement. Statement Digests in the Performance Schema In the Performance ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/replication-features-transactions.html
                                In general, you should avoid transactions that update both transactional and nontransactional tables in a replication environment. You should also avoid using any statement that accesses both transactional (or temporary) and nontransactional tables ...The server uses these rules for binary logging: If the initial statements in a transaction are nontransactional, they are written to the binary log ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/partitioning-management-hash-key.html
                                However, you can merge HASH or KEY partitions using ALTER TABLE ... ADD PARTITION as shown here: ALTER TABLE clients ADD PARTITION PARTITIONS 6; .  Tables which are partitioned by hash or by key are very similar to one another with regard to making ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/information-schema-processlist-table.html
                                As such, the implementation of SHOW PROCESSLIST which uses this table is also deprecated. For a comparison of this table with other sources, see Sources of Process Information. This is the same value displayed in the Id column of the SHOW ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/information-schema-triggers-table.html
                                To see information about a table's triggers, you must have the TRIGGER privilege for the table. The TRIGGERS table has these columns: TRIGGER_CATALOG The name of the catalog to which the trigger belongs. This is the type of operation on the ...