Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-group-members-table.html
                                 This table shows network and status information for replication group members. The network addresses shown are the addresses used to connect clients to the group, and should not be confused with the member's internal group communication address ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-rwlock-instances-table.html
                                The rwlock_instances table has these indexes: Primary key on (OBJECT_INSTANCE_BEGIN) Index on (NAME) Index on (WRITE_LOCKED_BY_THREAD_ID) TRUNCATE TABLE is not permitted for the rwlock_instances table.  The rwlock_instances table lists all the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-session-account-connect-attrs-table.html
                                The session_account_connect_attrs table has these indexes: Primary key on (PROCESSLIST_ID, ATTR_NAME) TRUNCATE TABLE is not permitted for the session_account_connect_attrs table.  Application programs can provide key-value connection attributes to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-session-connect-attrs-table.html
                                The session_connect_attrs table has these indexes: Primary key on (PROCESSLIST_ID, ATTR_NAME) TRUNCATE TABLE is not permitted for the session_connect_attrs table.  Application programs can provide key-value connection attributes to be passed to the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-actors-table.html
                                The setup_actors table has these indexes: Primary key on (HOST, USER, ROLE) TRUNCATE TABLE is permitted for the setup_actors table.  The setup_actors table contains information that determines whether to enable monitoring and historical event ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-consumers-table.html
                                The setup_consumers table has these indexes: Primary key on (NAME) TRUNCATE TABLE is not permitted for the setup_consumers table. For detailed information about the effect of enabling different consumers, see Section 29.4.7, “Pre-Filtering by ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-instruments-table.html
                                The setup_instruments table has these indexes: Primary key on (NAME) TRUNCATE TABLE is not permitted for the setup_instruments table.  The setup_instruments table lists classes of instrumented objects for which events can be collected: mysql> SELECT ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-objects-table.html
                                The setup_objects table has these indexes: Index on (OBJECT_TYPE, OBJECT_SCHEMA, OBJECT_NAME) TRUNCATE TABLE is permitted for the setup_objects table.  The setup_objects table controls whether the Performance Schema monitors particular objects. This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-threads-table.html
                                The setup_threads table has these indexes: Primary key on (NAME) TRUNCATE TABLE is not permitted for the setup_threads table. It exposes thread class names and attributes: mysql> SELECT * FROM performance_schema.setup_threads\G ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-socket-instances-table.html
                                The socket_instances table has these indexes: Primary key on (OBJECT_INSTANCE_BEGIN) Index on (THREAD_ID) Index on (SOCKET_ID) Index on (IP, PORT) TRUNCATE TABLE is not permitted for the socket_instances table.  The socket_instances table provides a ...