Skip to content

Commit 4dfae18

Browse files
author
Athreya Permunda
committed
WL#12271 ATRT REPORT DATABASE CONNECTION FAILURE
Post push fix - Modify retries to unsigned value
1 parent e1d5e30 commit 4dfae18

File tree

1 file changed

+1
-1
lines changed
  • storage/ndb/test/run-test

1 file changed

+1
-1
lines changed

storage/ndb/test/run-test/db.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ bool connect_mysqld(atrt_process& proc) {
166166
return false;
167167
}
168168

169-
const int retries = 20;
169+
const unsigned int retries = 20;
170170
for (size_t i = 0; i < retries; i++) {
171171
if (port) {
172172
mysql_protocol_type val = MYSQL_PROTOCOL_TCP;

0 commit comments

Comments
 (0)