| Bug #69511 | In mysql cluster 7.2.13 version, like function not work. | ||
|---|---|---|---|
| Submitted: | 19 Jun 2013 1:45 | Modified: | 19 Jun 2013 9:45 |
| Reporter: | 李 源錫 | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
| Version: | mysql5.5.31-ndb7.2.13 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[19 Jun 2013 9:45]
MySQL Verification Team
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL.
[19 Jun 2013 9:47]
MySQL Verification Team
Duplicate of Bug #69510

Description: In mysql cluster 7.2.13 , like function not work. ndb 7.2.13 is gabage version alos like old 7.2 version. please I want to be patch A.S.A.P How to repeat: mysql> create table a(a varchar(7)) engine=ndb charset=utf8; mysql> insert into a values ('abcdefg'); mysql> select * from a; +---------+ | a | +---------+ | abcdefg | +---------+ 1 row in set (0.00 sec) mysql> select * from a where a like 'abcdefg%'; Empty set (0.00 sec)