-
Notifications
You must be signed in to change notification settings - Fork 85
sql: fix pick up possible field (tidb#29399) #399
sql: fix pick up possible field (tidb#29399) #399
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7f237df
|
In response to a cherrypick label: new pull request created: #400. |
In response to a cherrypick label: new pull request created: #401. |
In response to a cherrypick label: new pull request created: #402. |
cherry-pick pingcap/tidb#29386 to release-5.0
What problem does this PR solve?
close pingcap/tidb#29386
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Fix dumpling pick up possible field function by always pick the index whose 'seqInIndex' is "1".
Check List
Tests
Release note