Bug #59519 | ::set_rec_per_key() assumes ORDER_INDEX to be unique | ||
---|---|---|---|
Submitted: | 14 Jan 2011 22:06 | Modified: | 26 Jan 2011 11:20 |
Reporter: | Ole John Aske | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Ole John Aske | CPU Architecture: | Any |
[14 Jan 2011 22:06]
Ole John Aske
[18 Jan 2011 11:53]
Ole John Aske
Fixed has been pushed into mysql-5.1-telco-7.0 ++ ... Even if not shown by 'Progress log' as commit message contained Bug##59519 (Instead of single '#')
[18 Jan 2011 12:47]
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/129087 4135 Ole John Aske 2011-01-18 Resultfile needed update after commit of fix for bug#59519. @ mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result As 'rec_per_key[]= 1' is no longer set for non-unique index we don't have available 'Cardinality' statistics for ordered indexes. Thus the change of 'Cardinality' from '0' to NULL (unknown) for the above results.
[18 Jan 2011 12:47]
Bugs System
Pushed into mysql-5.1-telco-7.0 5.1.51-ndb-7.0.22 (revid:ole.john.aske@oracle.com-20110118124701-t0bxo2vjh3vh9ia8) (version source revid:ole.john.aske@oracle.com-20110118124701-t0bxo2vjh3vh9ia8) (merge vers: 5.1.51-ndb-7.0.22) (pib:24)
[26 Jan 2011 11:20]
Jon Stephens
Documented bugfix in the NDB-7.0.22 and 7.1.11 changelogs as follows: NDB sometimes treated a simple (not unique) ordered index as unique. Closed.