collation: fix wrong compare result for unicode collate#18785
collation: fix wrong compare result for unicode collate#18785ti-chi-bot[bot] merged 2 commits intotikv:masterfrom
Conversation
|
Hi @Defined2014. Thanks for your PR. I'm waiting for a tikv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| let mut bn = 0; | ||
|
|
||
| while !sa.is_empty() || !sb.is_empty() { | ||
| loop { |
There was a problem hiding this comment.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: breezewish, wjhuang2016 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/retest |
|
@Defined2014: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test pull-unit-test |
|
@Defined2014: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: mohangjie <mohangjie1995@gmail.com>
|
/label needs-cherry-pick-release-7.5 |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
) close #18784 Follow tidb code, see https://github.com/pingcap/tidb/blob/2a522358ceb60095eea898503682595dd3612492/pkg/util/collate/ucaimpl/unicode_ci.go.tpl#L50 to get more informations. Signed-off-by: mohangjie <mohangjie1995@gmail.com> Co-authored-by: mohangjie <mohangjie1995@gmail.com>
) close #18784 Follow tidb code, see https://github.com/pingcap/tidb/blob/2a522358ceb60095eea898503682595dd3612492/pkg/util/collate/ucaimpl/unicode_ci.go.tpl#L50 to get more informations. Signed-off-by: mohangjie <mohangjie1995@gmail.com> Co-authored-by: mohangjie <mohangjie1995@gmail.com>
close tikv#18784 Follow tidb code, see https://github.com/pingcap/tidb/blob/2a522358ceb60095eea898503682595dd3612492/pkg/util/collate/ucaimpl/unicode_ci.go.tpl#L50 to get more informations. Signed-off-by: mohangjie <mohangjie1995@gmail.com>
close tikv#18784 Follow tidb code, see https://github.com/pingcap/tidb/blob/2a522358ceb60095eea898503682595dd3612492/pkg/util/collate/ucaimpl/unicode_ci.go.tpl#L50 to get more informations. Signed-off-by: mohangjie <mohangjie1995@gmail.com> Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
What is changed and how it works?
Issue Number: Close #18784
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note