Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tables: Remove index data in table.Truncate() #76

Merged
merged 2 commits into from
Sep 8, 2015

Conversation

shenli
Copy link
Member

@shenli shenli commented Sep 8, 2015

Fix bug

_, err = ts.se.Execute("drop table test.t")
c.Assert(err, IsNil)
}

func countEntriesWithPrefix(ctx context.Context, prefix string) (int, error) {
Copy link
Member

Choose a reason for hiding this comment

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

Could you use ScanMetaWithPrefix function to do the job ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it is better now. PTAL

@ngaut
Copy link
Member

ngaut commented Sep 8, 2015

LGTM

1 similar comment
@siddontang
Copy link
Member

LGTM

ngaut added a commit that referenced this pull request Sep 8, 2015
tables: Remove index data in table.Truncate()
@ngaut ngaut merged commit bceef17 into master Sep 8, 2015
@ngaut ngaut deleted the shenli/fix-truncate-table branch September 8, 2015 15:00
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
…ap#76)

Previously when these steps failed the errors will not be reflected from
the error code and the process will just continue.
xhebox pushed a commit to xhebox/tidb that referenced this pull request Sep 28, 2021
iosmanthus pushed a commit to iosmanthus/tidb that referenced this pull request Oct 31, 2022
Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
mittalrishabh pushed a commit to mittalrishabh/tidb that referenced this pull request May 30, 2024
…) (pingcap#52360) (pingcap#76)

close pingcap#52175

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
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.

3 participants