Bug #20431 | VARDECIMAL | ||
---|---|---|---|
Submitted: | 13 Jun 2006 16:33 | Modified: | 15 Jun 2006 18:12 |
Reporter: | Dean Swift | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 5.0.22 | OS: | Linux (SUSE10) |
Assigned to: | CPU Architecture: | Any |
[13 Jun 2006 16:33]
Dean Swift
[15 Jun 2006 18:12]
Valeriy Kravchuk
According to http://dev.mysql.com/doc/refman/5.0/en/precision-math-decimal-changes.html DECIMAL(18) will need 8 bytes only. I am not sure that any implementation of VARDECIMAL will change this dramatically in most cases (note that 1 additional byte or so will be needed to store real "length"). I do not know any other RDBMS that supports similar data type... So, I am not sure that this feature should be implemented.