Skip to content

Conversation

@wonderflow
Copy link
Contributor

Fixes [issue number]

Changes

  • feature1
  • feature2
  • fixbug1
  • fixbug2

Reviewers

  • @[someone] please review
  • @[someotherone] please review

Wiki Changes

  • options1...
  • options2...

Checklist

  • Rebased/mergeable
  • Tests pass
  • Wiki updated
@redHJ
Copy link
Collaborator

redHJ commented Jul 21, 2018

lgtm

// 每张表的记录数
var tableSize int64
tableSize, err = r.execTableCount(db, idx, curDB, rawSql)
tableSize, err = r.execTableCount(connectStr, idx, curDB, rawSql)
Copy link
Collaborator

Choose a reason for hiding this comment

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

countdb这边是不是应该也要返回rows.err()?

Copy link
Collaborator

Choose a reason for hiding this comment

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

并且重试?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

这个我觉得没有那么重要

Copy link
Contributor Author

Choose a reason for hiding this comment

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

重试反而重复读数据了

@wonderflow wonderflow merged commit e257a16 into qiniu:master Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants