Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/performance-schema-socket-summary-tables.html
                                 These socket summary tables aggregate timer and byte count information for socket operations: socket_summary_by_event_name: Aggregate timer and byte count statistics generated by the wait/io/socket/* instruments for all socket I/O operations, per ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-handles-table.html
                                 The Performance Schema exposes table lock information through the table_handles table to show the table locks currently in effect for each opened table handle. This information shows which table handles the server has open, how they are locked, and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-reference.html
                                 The following table summarizes all available Performance Schema tables. For greater detail, see the individual table descriptions. Table 29.1 Performance Schema Tables Table Name Description accounts Connection statistics per client account ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-user-defined-functions-table.html
                                 The user_defined_functions table contains a row for each loadable function registered automatically by a component or plugin, or manually by a CREATE FUNCTION statement. For information about operations that add or remove table rows, see Section ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-user-variable-tables.html
                                 The Performance Schema provides a user_variables_by_thread table that exposes user-defined variables. These are variables defined within a specific session and include a @ character preceding the name; see Section 11.4, “User-Defined Variables”. The user_variables_by_thread table has these columns: THREAD_ID The thread identifier of the session in which the variable is ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-users-table.html
                                 The users table contains a row for each user who has connected to the MySQL server. For each user name, the table counts the current and total number of connections. To set the table size explicitly, set the performance_schema_users_size system ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/platform-support.html
                                 MySQL platform support evolves over time; please refer to https://www.mysql.com/support/supportedplatforms/database.html for the latest updates. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/plugin-services.html
                                 MySQL server plugins have access to server “plugin services.” The plugin services interface complements the plugin API by exposing server functionality that plugins can call. For developer information about writing plugin services, see MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/point-in-time-recovery-positions.html
                                 The last section, Section 9.5.1, “Point-in-Time Recovery Using Binary Log”, explains the general idea of using the binary log to perform a point-in-time-recovery. As an example, suppose that around 20:06:00 on March 11, 2020, an SQL statement ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/populating-spatial-columns.html
                                 After you have created spatial columns, you can populate them with spatial data. Values should be stored in internal geometry format, but you can convert them to that format from either Well-Known Text (WKT) or Well-Known Binary (WKB) format. For ...