⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
include
/
View File Name :
start_group_replication_command.inc
# ==== Purpose ==== # # Issues START GROUP_REPLICATION on the current connection. # Validates that server was able to bind Group Replication # local port, if it was not: # on Windows systems: the test will skip itself; # on other systems: the test will fail. # # # ==== Usage ==== # # --source include/start_group_replication_command.inc # --let $_is_windows= `SELECT convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") = 1` if ($_is_windows) { --error 0, ER_GROUP_REPLICATION_CONFIGURATION } START GROUP_REPLICATION; if ($_is_windows) { --let $_member_id= query_get_value(SELECT @@SERVER_UUID, @@SERVER_UUID, 1) --let $_is_member_offline= `SELECT COUNT(*)=1 FROM performance_schema.replication_group_members group_members WHERE group_members.channel_name="group_replication_applier" AND group_members.member_id="$_member_id" AND group_members.member_state="OFFLINE"` if ($_is_member_offline) { --source include/force_restart_if_skipped.inc --skip Group Replication local port was busy, test cannot continue } }