-
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
executor: fix autoid doesn't handle float, double type and tiny cleanup (#11110) #11385
executor: fix autoid doesn't handle float, double type and tiny cleanup (#11110) #11385
Conversation
/rebuild |
/run-all-tests tikv=release-3.0 pd=release-3.0 tidb-test=release-3.0 |
2 similar comments
/run-all-tests tikv=release-3.0 pd=release-3.0 tidb-test=release-3.0 |
/run-all-tests tikv=release-3.0 pd=release-3.0 tidb-test=release-3.0 |
…origin-release-3.0
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
/run-all-tests tikv=release-3.0 pd=release-3.0 tidb-test=release-3.0 |
…origin-release-3.0
/run-all-tests tikv=release-3.0 pd=release-3.0 tidb-test=release-3.0 |
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
…origin-release-3.0
/run-all-tests |
/run-unit-test |
Automated cherry pick of #11110 on release-3.0.
#11110: executor: fix autoid doesn't handle float, double type
executor: fix autoid doesn't handle float, double type
executor: handle update case of autoid bug(#11109), and
executor: fix gofmt
executor: fix autoid value of insert type and add more