-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
ddl: fix the error message of too long key #15127
Conversation
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.
Add a test case please?
@djshow832 Sorry, I didn't update the latest branch. Done. |
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.
LGTM
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #15127 +/- ##
===========================================
Coverage ? 80.2898%
===========================================
Files ? 502
Lines ? 131932
Branches ? 0
===========================================
Hits ? 105928
Misses ? 17619
Partials ? 8385 |
/run-all-tests |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-3.0 in PR #15130 |
What problem does this PR solve?
Set
max-index-length = 12288
Before this PR:
After this PR:
What is changed and how it works?
Fill index length in errTooLongKey after loading configure.
Check List
Related changes
Release note
ErrTooLongKey