Bug #25746 | ndb: 4209 error with 2 VARCHAR primary keys | ||
---|---|---|---|
Submitted: | 22 Jan 2007 8:35 | Modified: | 25 Jan 2007 7:17 |
Reporter: | Tomas Ulin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 5.0, 5.1 | OS: | |
Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[22 Jan 2007 8:35]
Tomas Ulin
[22 Jan 2007 15:05]
Tomas Ulin
simpler case to generate error (no replication needed): CREATE TABLE t1 ( a VARBINARY(40) NOT NULL, b VARCHAR (256) CHARACTER SET UTF8 NOT NULL, c VARCHAR(256) CHARACTER SET UTF8 NOT NULL, PRIMARY KEY (b,c)) ENGINE=ndbcluster; INSERT INTO t1 VALUES ("a","ab","abc"),("b","abc","abcd"),("c","abc","ab"),("d","ab","ab"),("e","abc","abc"); SELECT * FROM t1 ORDER BY a;
[22 Jan 2007 17:38]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/18572
[23 Jan 2007 0:16]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/18590
[24 Jan 2007 1:50]
Tomas Ulin
pushed to 5.1.15
[24 Jan 2007 8:02]
Tomas Ulin
pushed to 5.0.36
[25 Jan 2007 7:17]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.0.36 and 5.1.15 changelogs.