Bug #957 | "select" query that containing in "where field" char "space", - result invalid | ||
---|---|---|---|
Submitted: | 30 Jul 2003 8:20 | Modified: | 30 Jul 2003 10:19 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.012 | OS: | FreeBSD (FreeBSD5.0) |
Assigned to: | CPU Architecture: | Any |
[30 Jul 2003 8:20]
[ name withheld ]
[30 Jul 2003 10:19]
Indrek Siitan
The first one is completely expected behaviour - in such search, the trailing spaces are stripped, so it's equivalent to: select `Field` from `Table` where `Field` = 'Hello'; The second case will not happen.