-
Notifications
You must be signed in to change notification settings - Fork 101
lightning: fix id allocator base for double auto_increment field (#1178) #1185
lightning: fix id allocator base for double auto_increment field (#1178) #1185
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot: This cherry pick PR is for a release branch and has not yet been approved by release team. To merge this cherry pick, it must first be approved by the collaborators. AFTER it has been approved by collaborators, please ping the release team in a comment to request a cherry pick review. 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/test-infra repository. |
[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: 0f065d7
|
This is an automated cherry-pick of #1178
What problem does this PR solve?
Fix the bug that lightning will got invalid auto_increment base if the corresponding auto_increment field is double/float.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note