Bug #21075 Wrong association of bug IDs in cj-news-3-1-7.html
Submitted: 15 Jul 2006 6:19 Modified: 15 Jul 2006 13:04
Reporter: Hsing-Tsu Lai Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Documentation Severity:S3 (Non-critical)
Version:4.1 OS:
Assigned to: MC Brown CPU Architecture:Any
Tags: Docs

[15 Jul 2006 6:19] Hsing-Tsu Lai
Description:
mismatched bug ids in <http://dev.mysql.com/doc/refman/4.1/en/cj-news-3-1-7.html>

PreparedStatements not creating streaming result sets. (Bug#8478) should be (Bug#8487)

ResultSet.getBigDecimal() throws exception when rounding would need to occur to set scale. The driver now chooses a rounding mode of “half up” if non-rounding BigDecimal.setScale() fails. (Bug#8484) should be (Bug#8424)

How to repeat:
Go to <http://dev.mysql.com/doc/refman/4.1/en/cj-news-3-1-7.html>

Search for "PreparedStatements" and follow the link for the bug and it will lead to a wrong bug.

Do the same for "ResultSet.getBigDecimal()".
[15 Jul 2006 13:04] MC Brown
The manual has been updated with the correct bug information. Thanks for the report!