Bug #20042 | Select returns empty result although it shouldn't | ||
---|---|---|---|
Submitted: | 24 May 2006 12:23 | Modified: | 24 May 2006 17:28 |
Reporter: | Guenter Hopf | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 5.0.21 | OS: | Linux (Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[24 May 2006 12:23]
Guenter Hopf
[24 May 2006 12:46]
MySQL Verification Team
Changing category to Cluster.
[24 May 2006 17:28]
Hartmut Holzgraefe
This is a duplicate of bug #19956 "Problems with VARCHAR primary key and BLOB fields" which has recently been fixed, the fix should be included in 5.0.22 For now the suggested workaround is to change the VARCHAR primary key column to CHAR instead. As cluster VARCHAR fields are fixed length internally anyway this does not impact memory consumption, the only thing you have to be aware of is the different handling of trailing whitespace, but i don't think this is an issue in your case