Bug #8521 | Using like with concat produces unusual results | ||
---|---|---|---|
Submitted: | 15 Feb 2005 17:13 | Modified: | 21 Feb 2005 11:56 |
Reporter: | Clint | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | mysql-standard-4.1.8-pc-linux-i686 | OS: | Linux (RedHat 3.0) |
Assigned to: | CPU Architecture: | Any |
[15 Feb 2005 17:13]
Clint
[21 Feb 2005 11:56]
MySQL Verification Team
Hi, Thank you for the report, but I wasn't able reproduce it with version 4.1.10: mysql> select * from abc where days like concat('%',dayname('2005-02-15 '> 16:33:48'),'%'); +----+------------------------------------------+ | id | days | +----+------------------------------------------+ | 1 | Monday,Tuesday,Wednesday,Thursday,Friday | | 2 | Monday,Tuesday,Wednesday,Thursday,Friday | | 4 | Monday,Tuesday,Wednesday,Thursday,Friday | +----+------------------------------------------+ 3 rows in set (0.01 sec)