Bug #37239 | MySqlReader GetOrdinal performance changes break existing functionality | ||
---|---|---|---|
Submitted: | 6 Jun 2008 7:26 | Modified: | 8 Jul 2008 16:43 |
Reporter: | Christos Pavlides | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.3.0.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[6 Jun 2008 7:26]
Christos Pavlides
[6 Jun 2008 15:29]
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/47541
[6 Jun 2008 15:31]
Reggie Burnett
Fixed in 5.2.3 and higher. We fixed it by not adding the column names to the hashes if it already exists. At first glance this seems to be wrong as these column names will not be retrieved in a fast way but then you realize that with multiple columns of the same name you can't retrieve them by name anyway. The user will be forced to retrieve the column value by ordinal only.
[8 Jul 2008 16:43]
Tony Bedford
An entry has been added to the 5.2.3 Changelog: MySqlReader.GetOrdinal() performance enhancements break existing functionality.
[19 Aug 2008 15:46]
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/51977
[2 Sep 2008 14:51]
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/53072
[24 Oct 2008 4:42]
Valeriy Kravchuk
Bug #40033 was marked as a duplicate of this one based on bug reporter's comment.