Skip to content

Commit

Permalink
Add MySQL v9.1.0 Init Image
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraful Haque Tani <[email protected]>
  • Loading branch information
AshrafulHaqueToni committed Dec 20, 2024
1 parent 46494c3 commit 4ad1635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function check_member_list_updated() {
if [[ "$report_host" == "$host" ]]; then
continue
fi
for i in {60..0}; do
for i in {20..0}; do
alive_members_id=($(${mysql} -N -e "SELECT MEMBER_ID FROM performance_schema.replication_group_members WHERE MEMBER_STATE = 'ONLINE';"))
alive_cluster_size=${#alive_members_id[@]}
listed_members_id=($(${mysql} -N -e "SELECT MEMBER_ID FROM performance_schema.replication_group_members;"))
Expand Down

0 comments on commit 4ad1635

Please sign in to comment.