-
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: support modify decimal column precision in some cases. #14617
Closed
Closed
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f8b713a
ddl: support modify decimal column when no index covered
crazycs520 914b520
refine comment
crazycs520 d0bb787
Merge branch 'master' of https://github.com/pingcap/tidb into change-…
crazycs520 dd4cb55
add check for only enlarge decimal size
crazycs520 df86029
gs
crazycs520 e0d6d0e
refine test
crazycs520 687ab78
add decimal round for modify decimal when decode decimal data
crazycs520 4b8417b
Merge branch 'master' of https://github.com/pingcap/tidb into change-…
crazycs520 18a7d57
make ci happy
crazycs520 5453489
fix ci test
crazycs520 0bbff10
add test for point get
crazycs520 6df3f9d
refine code
crazycs520 eb2cf88
Merge branch 'master' into change-decimal-simple
crazycs520 c393b7e
fix insert on duplicate update value out of range bug and add test
crazycs520 9161da4
Merge branch 'change-decimal-simple' of https://github.com/crazycs520…
crazycs520 7ca89c8
Merge branch 'master' into change-decimal-simple
crazycs520 6b48fc4
Merge branch 'master' into change-decimal-simple
crazycs520 61ed8a9
Merge branch 'master' of https://github.com/pingcap/tidb into change-…
crazycs520 276f7a1
Merge branch 'master' into change-decimal-simple
crazycs520 264c6ab
Merge branch 'master' into change-decimal-simple
crazycs520 ec0e73f
Merge branch 'master' into change-decimal-simple
crazycs520 ba407f1
Merge branch 'master' into change-decimal-simple
crazycs520 5abeddd
Merge branch 'master' into change-decimal-simple
crazycs520 7e92669
Merge branch 'master' into change-decimal-simple
crazycs520 911ae44
Merge branch 'master' into change-decimal-simple
crazycs520 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why we need this?