Skip to content
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

change decimal(0,0) from TiDB to decimal(1,0) in TiFlash #244

Closed
wants to merge 1 commit into from

Conversation

windtalker
Copy link
Contributor

In TiDB decimal(0,0) is a valid type, but in TiFlash decimal's min precision is 1, this pr change decimal(0,0) to decimal(1,0) in TiFlash

@windtalker
Copy link
Contributor Author

close this pr as decimal(0,0) is not a valid type in TiDB, and TiDB will fix this bug.

@windtalker windtalker closed this Sep 23, 2019
@windtalker windtalker deleted the zero_precision branch November 18, 2019 01:35
JaySon-Huang pushed a commit to JaySon-Huang/tiflash that referenced this pull request Aug 2, 2024
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
JaySon-Huang pushed a commit that referenced this pull request Aug 6, 2024
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant