Skip to content

Delete unused const#5253

Closed
yuxiaobo96 wants to merge 1 commit intovitessio:masterfrom
yuxiaobo96:vitess-check
Closed

Delete unused const#5253
yuxiaobo96 wants to merge 1 commit intovitessio:masterfrom
yuxiaobo96:vitess-check

Conversation

@yuxiaobo96
Copy link
Copy Markdown
Contributor

Signed-off-by: yuxiaobo yuxiaobogo@163.com

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
@yuxiaobo96 yuxiaobo96 requested a review from sougou as a code owner September 30, 2019 09:05

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.

//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.

@deepthi
Copy link
Copy Markdown
Collaborator

deepthi commented Sep 30, 2019

Closing because one of the changes is incorrect, and the other one is pending in an existing PR.

@deepthi deepthi closed this Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants