Bug #21205 | Different number of digits for float/doble/real in --ps-protocol | ||
---|---|---|---|
Submitted: | 21 Jul 2006 8:12 | Modified: | 11 May 2009 14:56 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Any |
Assigned to: | Alexey Kopytov | CPU Architecture: | Any |
[21 Jul 2006 8:12]
Magnus Blåudd
[17 Mar 2008 16:18]
Trudy Pelzer
Per AlexeyK in Dec/2007: Fixed in 6.0 by the patch for WL #2934.
[17 Dec 2008 18:07]
Konstantin Osipov
Setting E/R trusting AlexeyK's suggestion.
[28 Jan 2009 17:59]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/64372 2728 Alexey Kopytov 2009-01-28 Fix for bug #21205: Different number of digits for float/double/real in --ps-protocol Various parts of code used different 'precision' arguments for sprintf("%g") when converting floating point numbers to a string. This led to differences in results in some cases depending on whether the text-based or prepared statements protocol is used for a query. Fixed by changing arguments to sprintf("%g") to always be 15 (DBL_DIG) so that results are consistent regardless of the protocol. This patch will be null-merged to 6.0 as the problem does not exists there (fixed by the patch for WL#2934).
[10 Feb 2009 14:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/65759 2984 Alexey Kopytov 2009-02-10 [merge] Manual merge of the patch for bug #21205 to 6.0.
[14 Feb 2009 15:37]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/66336 2745 Alexey Kopytov 2009-02-14 Fixed bdb_gis and ndb_gis test failures in PB introduced by the patch for bug #21205.
[14 Feb 2009 15:41]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/66337 2746 Alexey Kopytov 2009-02-14 Fixed memory_func_view test failure introduced by the patch for bug #21205.
[14 Feb 2009 15:58]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/66339 2746 Alexey Kopytov 2009-02-14 Fixed several test failures in the funcs_1 suite introduced by the patch for bug #21205.
[14 Feb 2009 16:04]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/66342 2799 Alexey Kopytov 2009-02-14 Fixed parser test failure introduced by the patch for bug #21205.
[15 Feb 2009 9:26]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/66388 2748 Alexey Kopytov 2009-02-15 Fixed PB failures on IA64 hosts introduced by the patch for bug #21205.
[19 Feb 2009 13:04]
Bugs System
Pushed into 6.0.10-alpha (revid:sergey.glukhov@sun.com-20090218125737-5y5b2xo3duo1wlvo) (version source revid:sergey.glukhov@sun.com-20090216145310-eo8xpvq2je0m3jkv) (merge vers: 6.0.10-alpha) (pib:6)
[27 Feb 2009 21:14]
Paul DuBois
No changelog entry needed for 6.0 because the problem does not exist there. (Correct?) Setting report to NDI pending push into 5.0.x/5.1.x.
[9 Mar 2009 14:12]
Bugs System
Pushed into 5.0.79 (revid:joro@sun.com-20090309135922-a0di9ebkxoj4d4wv) (version source revid:alexey.kopytov@sun.com-20090215092608-oft43gyp1vihsyle) (merge vers: 5.0.79) (pib:6)
[13 Mar 2009 2:18]
Paul DuBois
Noted in 5.0.79 changelog. Floating-point numbers could be handled with different numbers of digits depending on whether the text or prepared-statement protocol was used. Setting report to NDI pending push into 5.1.x.
[13 Mar 2009 19:04]
Bugs System
Pushed into 5.1.33 (revid:joro@sun.com-20090313111355-7bsi1hgkvrg8pdds) (version source revid:vvaintroub@mysql.com-20090218093153-sjzxf01i4ezte0xp) (merge vers: 5.1.33) (pib:6)
[13 Mar 2009 20:04]
Paul DuBois
Noted in 5.1.33 changelog. Setting report to NDI pending push into 6.0.x.
[9 May 2009 16:44]
Bugs System
Pushed into 5.1.34-ndb-6.2.18 (revid:jonas@mysql.com-20090508185236-p9b3as7qyauybefl) (version source revid:jonas@mysql.com-20090508100057-30ote4xggi4nq14v) (merge vers: 5.1.33-ndb-6.2.18) (pib:6)
[9 May 2009 17:41]
Bugs System
Pushed into 5.1.34-ndb-6.3.25 (revid:jonas@mysql.com-20090509063138-1u3q3v09wnn2txyt) (version source revid:jonas@mysql.com-20090508175813-s6yele2z3oh6o99z) (merge vers: 5.1.33-ndb-6.3.25) (pib:6)
[9 May 2009 18:38]
Bugs System
Pushed into 5.1.34-ndb-7.0.6 (revid:jonas@mysql.com-20090509154927-im9a7g846c6u1hzc) (version source revid:jonas@mysql.com-20090509073226-09bljakh9eppogec) (merge vers: 5.1.33-ndb-7.0.6) (pib:6)
[11 May 2009 14:56]
Paul DuBois
Closing. No changelog entry needed for 6.0 because the problem does not exist there.