Current Path : /usr/opt/mysql57/mysql-test/suite/group_replication/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/suite/group_replication/r/gr_psi_keys.result |
include/group_replication.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection server1] ############################################################ # 1. verify that performance schema keys are available in instrument # table immediately after plugin installation # (before starting the GR). SELECT * FROM performance_schema.setup_instruments WHERE NAME LIKE '%group_rpl%'; NAME ENABLED TIMED wait/synch/mutex/group_rpl/LOCK_applier_module_run YES YES wait/synch/mutex/group_rpl/LOCK_applier_module_suspend YES YES wait/synch/mutex/group_rpl/LOCK_certifier_broadcast_run YES YES wait/synch/mutex/group_rpl/LOCK_certifier_broadcast_dispatcher_run YES YES wait/synch/mutex/group_rpl/LOCK_certification_info YES YES wait/synch/mutex/group_rpl/LOCK_certification_members YES YES wait/synch/mutex/group_rpl/LOCK_channel_observation_list YES YES wait/synch/mutex/group_rpl/LOCK_delayed_init_run YES YES wait/synch/mutex/group_rpl/LOCK_delayed_init_server_ready YES YES wait/synch/mutex/group_rpl/key_GR_LOCK_group_part_handler_run YES YES wait/synch/mutex/group_rpl/key_GR_LOCK_group_part_handler_abort YES YES wait/synch/mutex/group_rpl/LOCK_view_modification_wait YES YES wait/synch/mutex/group_rpl/LOCK_group_info_manager YES YES wait/synch/mutex/group_rpl/LOCK_pipeline_continuation YES YES wait/synch/mutex/group_rpl/LOCK_synchronized_queue YES YES wait/synch/mutex/group_rpl/LOCK_count_down_latch YES YES wait/synch/mutex/group_rpl/LOCK_wait_ticket YES YES wait/synch/mutex/group_rpl/LOCK_recovery_module_run YES YES wait/synch/mutex/group_rpl/LOCK_recovery YES YES wait/synch/mutex/group_rpl/LOCK_recovery_donor_selection YES YES wait/synch/mutex/group_rpl/LOCK_session_thread_method_exec YES YES wait/synch/mutex/group_rpl/LOCK_session_thread_run YES YES wait/synch/mutex/group_rpl/LOCK_plugin_running YES YES wait/synch/mutex/group_rpl/LOCK_force_members_running YES YES wait/synch/mutex/group_rpl/LOCK_write_lock_protection YES YES wait/synch/mutex/group_rpl/LOCK_pipeline_stats_flow_control YES YES wait/synch/mutex/group_rpl/LOCK_pipeline_stats_transactions_waiting_apply YES YES wait/synch/mutex/group_rpl/LOCK_transaction_unblocking YES YES wait/synch/rwlock/group_rpl/RWLOCK_certifier_stable_gtid_set YES YES wait/synch/rwlock/group_rpl/RWLOCK_io_cache_unused_list YES YES wait/synch/rwlock/group_rpl/RWLOCK_plugin_stop YES YES wait/synch/rwlock/group_rpl/RWLOCK_gcs_operations YES YES wait/synch/cond/group_rpl/COND_applier_module_run YES YES wait/synch/cond/group_rpl/COND_applier_module_suspend YES YES wait/synch/cond/group_rpl/COND_applier_module_wait YES YES wait/synch/cond/group_rpl/COND_certifier_broadcast_run YES YES wait/synch/cond/group_rpl/COND_certifier_broadcast_dispatcher_run YES YES wait/synch/cond/group_rpl/COND_delayed_init_run YES YES wait/synch/cond/group_rpl/COND_delayed_init_server_ready YES YES wait/synch/cond/group_rpl/COND_group_part_handler_run YES YES wait/synch/cond/group_rpl/COND_group_part_handler_abort YES YES wait/synch/cond/group_rpl/COND_view_modification_wait YES YES wait/synch/cond/group_rpl/COND_pipeline_continuation YES YES wait/synch/cond/group_rpl/COND_synchronized_queue YES YES wait/synch/cond/group_rpl/COND_count_down_latch YES YES wait/synch/cond/group_rpl/COND_wait_ticket YES YES wait/synch/cond/group_rpl/COND_recovery_module_run YES YES wait/synch/cond/group_rpl/COND_recovery YES YES wait/synch/cond/group_rpl/COND_session_thread_method_exec YES YES wait/synch/cond/group_rpl/COND_session_thread_run YES YES wait/synch/cond/group_rpl/COND_pipeline_stats_flow_control YES YES ############################################################ # 2. Start the GR include/start_and_bootstrap_group_replication.inc ############################################################ # 3. Verify that there are no extra psi keys that were added # after starting the GR include/assert.inc ['There should be no extra psi keys added after starting the GR'] ############################################################ # 4. Test end. include/group_replication_end.inc