Bug #5919 | Bug in WHERE column LIKE '?%' | ||
---|---|---|---|
Submitted: | 6 Oct 2004 10:43 | Modified: | 6 Oct 2004 11:21 |
Reporter: | Andreas Ruppert | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | MySQL 4.0.21 | OS: | |
Assigned to: | CPU Architecture: | Any |
[6 Oct 2004 10:43]
Andreas Ruppert
[6 Oct 2004 11:21]
Alexander Keremidarski
mysql> SELECT * FROM t WHERE t LIKE "O%"; +----------+ | t | +----------+ | O`Reilly | +----------+
[6 Oct 2004 11:40]
Andreas Ruppert
please use MySQL 4.0.21, in older versions we didn't have this bug