Skip to content

Commit

Permalink
Code cleanup, pt 2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Mar 3, 2023
1 parent a2556ba commit b143c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/mysqlctl/builtinbackupengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (be *BuiltinBackupEngine) ExecuteBackup(ctx context.Context, params BackupP
if err := ctx.Err(); err != nil {
return usable, err
}
status, err := params.Mysqld.ReplicationStatus(context.TODO())
status, err := params.Mysqld.ReplicationStatus(ctx)
if err != nil {
return usable, err
}
Expand Down

0 comments on commit b143c38

Please sign in to comment.