Bug #6078 | like binary test (case sensitive) ineffective for long search strings | ||
---|---|---|---|
Submitted: | 13 Oct 2004 23:49 | Modified: | 14 Oct 2004 8:05 |
Reporter: | Andrew Philpot | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | Ver 13.5 Distrib 4.1.0-alpha | OS: | pc-linux (i686) Red Hat |
Assigned to: | CPU Architecture: | Any |
[13 Oct 2004 23:49]
Andrew Philpot
[13 Oct 2004 23:52]
Andrew Philpot
Transcript showing how LIKE '%BIO%' works case-sensitively but LIKE '%BIOL%' is case-insensitive
Attachment: likebinary.txt (text/plain), 2.38 KiB.
[14 Oct 2004 8:05]
Sergei Golubchik
Thank you for taking the time to report a problem. Unfortunately you are not using a current version of the product your reported a problem with -- the problem might already be fixed. Please download a new version from http://www.mysql.com/downloads/ If you are able to reproduce the bug with one of the latest versions, please change the version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of MySQL. Additional info: The reason was that starting from 4 characters MySQL uses different algorithm for substring search