Server IP : 104.21.38.3 / Your IP : 162.158.163.173 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/mysql-test/suite/perfschema/t/ |
Upload File : |
# WL#6841 - GCS Replication: P_S table to show GCS kernel stats # # This test proofs the existence of the replication_connection_status table # and all its fields. Since the table only returns values if the plugin is # loaded, all queries will return "No such row" or "0" # --source include/not_embedded.inc --source include/have_perfschema.inc --let $channel_name= query_get_value(SELECT Channel_Name from performance_schema.replication_group_members, Channel_Name, 1) --let $assert_text= The value of channel name should be empty --let $assert_cond= "$channel_name" = "No such row" --source include/assert.inc --let $member_id= query_get_value(SELECT Member_Id from performance_schema.replication_group_members, Member_Id, 1) --let $assert_text= The value of member_id should be empty --let $assert_cond= "$member_id" = "No such row" --source include/assert.inc --let $member_host= query_get_value(SELECT Member_Host from performance_schema.replication_group_members, Member_Host, 1) --let $assert_text= The value of member_host should be empty --let $assert_cond= "$member_host" = "No such row" --source include/assert.inc --let $member_port= query_get_value(SELECT Member_Port from performance_schema.replication_group_members, Member_Port, 1) --let $assert_text= The value of member_port should be empty --let $assert_cond= "$member_port" = "No such row" --source include/assert.inc --let $member_state= query_get_value(SELECT Member_State from performance_schema.replication_group_members, Member_State, 1) --let $assert_text= The value of member_state should be empty --let $assert_cond= "$member_state" = "No such row" --source include/assert.inc