Skip to content

Commit 4ad1635

Browse files
author
Ashraful Haque Tani
committed
Add MySQL v9.1.0 Init Image
Signed-off-by: Ashraful Haque Tani <[email protected]>
1 parent 46494c3 commit 4ad1635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ function check_member_list_updated() {
302302
if [[ "$report_host" == "$host" ]]; then
303303
continue
304304
fi
305-
for i in {60..0}; do
305+
for i in {20..0}; do
306306
alive_members_id=($(${mysql} -N -e "SELECT MEMBER_ID FROM performance_schema.replication_group_members WHERE MEMBER_STATE = 'ONLINE';"))
307307
alive_cluster_size=${#alive_members_id[@]}
308308
listed_members_id=($(${mysql} -N -e "SELECT MEMBER_ID FROM performance_schema.replication_group_members;"))

0 commit comments

Comments
 (0)