-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
error: print non-printable chars in hex style for duplicate entry error #39485
Merged
Merged
Changes from 14 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
03ce121
session: remove useless parser object in SessionHandle of bindinfo pa…
winkyao 4305e94
Merge branch 'master' into master
winkyao 68eecc2
session: change parser.New to get a parser from pool
winkyao 9bf7765
Merge branch 'master' of github.com:winkyao/tidb
winkyao 829a337
Revert "session: change parser.New to get a parser from pool"
winkyao a8dfda7
Merge branch 'master' into master
crazycs520 9dad1ba
Merge branch 'master' into master
ti-chi-bot 170ed4c
session: change parser.New to get a parser from pool
winkyao e76538f
Revert "session: change parser.New to get a parser from pool"
winkyao 5a58471
error: fix #35289, turn non-printable chars in Duplicate entry error …
winkyao a487c12
Merge remote-tracking branch 'upstream/master'
winkyao 9cec937
add unit test
winkyao d4101fb
Merge branch 'master' of github.com:winkyao/tidb
winkyao a1f0789
tidy the imports
winkyao 70bacbb
adressed comment
winkyao db4e92d
addressed comments and fix the dup error msg in adding unique index
winkyao 5608e01
Merge branch 'master' into master
winkyao dc6f191
fix test result
winkyao e57d034
fix import
winkyao 39f4c5b
Merge branch 'master' into master
winkyao 905ea22
fix bazel
winkyao b923cfb
Merge branch 'master' of github.com:winkyao/tidb
winkyao e1c8bbb
Merge branch 'master' into master
winkyao aa406ed
Merge branch 'master' into master
crazycs520 9a14ebe
Merge branch 'master' into master
hawkingrei 6fa18f0
Merge branch 'master' into master
ti-chi-bot 42e9d40
Merge branch 'master' into master
hawkingrei ec13fc6
Merge branch 'master' into master
ti-chi-bot 2937316
Merge branch 'master' into master
ti-chi-bot 03bd56c
Merge branch 'master' into master
ti-chi-bot 24609c7
Merge branch 'master' into master
ti-chi-bot 35b153f
Merge branch 'master' into master
ti-chi-bot 4130d5d
Merge branch 'master' into master
ti-chi-bot 20c74d1
Merge branch 'master' into master
ti-chi-bot 55aab9e
Merge branch 'master' into master
ti-chi-bot 344138c
Merge branch 'master' into master
ti-chi-bot 254d1af
Merge branch 'master' into master
ti-chi-bot 1824ffa
Merge branch 'master' into master
crazycs520 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestIssue35289
is a bad name of test cases. we should avoid it.I think it is a corner case about insert and we can put it into
TestInsert
and comment the issue id.