| Bug #27962 | Falcon: lost post-decimal digits | ||
|---|---|---|---|
| Submitted: | 19 Apr 2007 19:42 | Modified: | 26 Apr 2007 11:01 |
| Reporter: | Peter Gulutzan | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
| Version: | 6.0.0-alpha-debug | OS: | Linux (SUSE 10 64-bit) |
| Assigned to: | Jim Starkey | CPU Architecture: | Any |
[19 Apr 2007 19:42]
Peter Gulutzan
[19 Apr 2007 20:10]
MySQL Verification Team
Thank you for the bug report. Verified as described on FC 6 32-bit.
[19 Apr 2007 20:40]
Hakan Küçükyılmaz
Added test case falcon_bug_27962.test. Related to Bug#26469. Best regards, Hakan
[20 Apr 2007 18:45]
Hakan Küçükyılmaz
Test passes now:
TEST RESULT TIME (ms)
-------------------------------------------------------
falcon_bug_27962 [ pass ] 225
-------------------------------------------------------
Stopping All Servers
All 1 tests were successful.
The servers where restarted 1 times
Spent 0.225 seconds actually executing testcases
For Documenter:
Falcon alpha has restriction for decimal for up to decimal(18,9).
+ if (newDecimal->precision > 18 && newDecimal->dec > 9)
+ {
+ errorText = "columns with greater than 18 digits precision and greater than 9 digits of fraction are not supported";
+
+ return HA_ERR_UNSUPPORTED;
+ }
+
[26 Apr 2007 11:01]
MC Brown
A note has been added to the 6.0.0 changelog.
