Bug #8560 | Selecting data with LIKE clause | ||
---|---|---|---|
Submitted: | 16 Feb 2005 23:51 | Modified: | 9 Mar 2005 3:30 |
Reporter: | Hristo Markow | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.10-win32 | OS: | Windows (windows xp) |
Assigned to: | Sergey Petrunya | CPU Architecture: | Any |
[16 Feb 2005 23:51]
Hristo Markow
[17 Feb 2005 1:18]
MySQL Verification Team
mysql> SELECT * FROM users WHERE _UserName LIKE 'we_%'; Empty set (0.00 sec) mysql> SELECT * FROM users WHERE _UserName LIKE '%we_%'; +-----------+-----------+---------+ | _UserName | _Password | _Rights | +-----------+-----------+---------+ | we_toshko | 851203 | 0 | | we_ivo | 1 | 0 | | we_iliyan | 1 | 0 | | we_martin | 8505 | 0 | +-----------+-----------+---------+ 4 rows in set (0.00 sec)
[28 Feb 2005 17:50]
Sergey Petrunya
Fix pushed into 4.1.11
[9 Mar 2005 3:30]
Paul DuBois
Noted in 4.1.11 changelog.
[20 Apr 2005 23:33]
Ignacio Avellaneda
Happened the same to me with version 4.1.10-win32 (under winxp) and with version 4.0.22-standard (under Linux).