Bug #8832 | LIKE or '=' in select - statement is always case sensitive | ||
---|---|---|---|
Submitted: | 27 Feb 2005 17:29 | Modified: | 28 Feb 2005 17:15 |
Reporter: | Harald Gölles | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.3-alpha (bk 27.02.05) | OS: | Linux (linux) |
Assigned to: | CPU Architecture: | Any |
[27 Feb 2005 17:29]
Harald Gölles
[28 Feb 2005 0:02]
Alexander Keremidarski
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php
[28 Feb 2005 17:15]
Dean Ellis
Check your character set and collation variables: SHOW VARIABLES LIKE 'character_set%'; SHOW VARIABLES LIKE 'collation%'; You should see this behavior if you are using a case-sensitive collation. If you are seeing this with a case-insensitive collation, please let us know.