Bug #10124 | in joins, substring() affects how MySQL converts string columns to numbers | ||
---|---|---|---|
Submitted: | 24 Apr 2005 10:39 | Modified: | 10 Jul 2005 16:39 |
Reporter: | Martin Waite | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 4.1.11-standard-log | OS: | Linux (Linux ia32) |
Assigned to: | Igor Babaev | CPU Architecture: | Any |
[24 Apr 2005 10:39]
Martin Waite
[24 Apr 2005 14:52]
Hartmut Holzgraefe
works as expected in 4.0.24 but fails with 4.1.11 and 5.0.4
[17 Jun 2005 19:24]
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/internals/26133
[23 Jun 2005 13:16]
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/internals/26366
[25 Jun 2005 12:50]
Igor Babaev
ChangeSet 1.2311 05/06/23 06:15:50 igor@rurik.mysql.com +6 -0 func_str.result, func_str.test: Added a test case for bug #10124. sql_select.h, item_subselect.cc, sql_select.cc: Fixed bug #10124. The copy method of the store_key classes can return STORE_KEY_OK=0, STORE_KEY_FATAL=1, STORE_KEY_CONV=2 now. field.cc: Fixed bug #10124. When ussuing a warning the store methods return 2 instead of 1 now. Fix will appear in 4.1.13 and 5.0.9
[10 Jul 2005 16:39]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Documented bugfix in change history for 4.1.13 and 5.0.9; closed.