Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion go/cmd/vtbackup/vtbackup.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ import (

const (
backupTimestampFormat = "2006-01-02.150405"
manifestFileName = "MANIFEST"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both of these constants will go away once #5160 is merged.


// operationTimeout is the timeout for individual operations like fetching
// the master position. This does not impose an overall timeout on
Expand Down
2 changes: 0 additions & 2 deletions go/vt/mysqlctl/replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,8 @@ const (
//lint:ignore U1000 needed for correct indexing of result columns
colConnectionID = iota
//lint:ignore U1000 needed for correct indexing of result columns
colUsername
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do need to keep these fields as described in the comments.

colClientAddr
//lint:ignore U1000 needed for correct indexing of result columns
colDbName
colCommand
)

Expand Down