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/sys-user-summary-by-stages.html
                                By default, rows are sorted by user and descending total stage latency. The user_summary_by_stages and x$user_summary_by_stages views have these columns: user The client user name. Rows for which the USER column in the underlying Performance Schema ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/table-locking.html
                                 InnoDB tables use row-level locking so that multiple sessions and applications can read from and write to the same table simultaneously, without making each other wait or producing inconsistent results. For this storage engine, avoid using the LOCK ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html
                                 The following discussion serves as a reference to these Version Tokens elements: Version Tokens Functions Version Tokens System Variables Version Tokens Functions The Version Tokens plugin library includes several functions. One set of functions ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/window-function-descriptions.html
                                 This section describes nonaggregate window functions that, for each row from a query, perform a calculation using rows related to that row. Most aggregate functions also can be used as window functions; see Section 14.19.1, “Aggregate Function ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html
                                 This section describes aggregate functions that operate on sets of values. They are often used with a GROUP BY clause to group values into subsets. If you use an aggregate function in a statement containing no GROUP BY clause, it is equivalent to ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/audit-log-file-reading.html
                                 The audit log plugin supports functions that provide an SQL interface for reading JSON-format audit log files. (This capability does not apply to log files written in other formats.) When the audit log plugin initializes and is configured for JSON ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html
                                 This section describes the system variables that control operation of the clone plugin. If values specified at startup are incorrect, the clone plugin may fail to initialize properly and the server does not load it. In this case, the server may ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-replication.html
                                In addition to cloning data, a cloning operation extracts replication coordinates from the donor and transfers them to the recipient, which enables using the clone plugin for provisioning Group Replication members and replicas. Using the clone ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/delete.html
                                 DELETE is a DML statement that removes rows from a table. A DELETE statement can start with a WITH clause to define common table expressions accessible within the DELETE. Single-Table Syntax DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html
                                If you want to store these results, use a column with a VARBINARY or BLOB binary string data type. This avoids potential problems with trailing space removal or character set conversion that would change data values, such as may occur if you use a ...