Skip to content

Commit

Permalink
Update clustering/status.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yamamoto, Hirotaka <ymmt2005@gmail.com>
  • Loading branch information
masa213f and ymmt2005 authored Aug 28, 2023
1 parent 76c95b8 commit 17371db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustering/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (p *managerProcess) GatherStatus(ctx context.Context) (*StatusSet, error) {
if err == dbop.ErrNop {
return
}
if err != nil {
if err == nil {
ss.MySQLStatus[index] = ist
return
}
Expand Down

0 comments on commit 17371db

Please sign in to comment.