Bug #42046 | MySQL Cluster : Too many BIT columns causes cluster failure | ||
---|---|---|---|
Submitted: | 12 Jan 2009 11:20 | Modified: | 9 Dec 2009 19:31 |
Reporter: | Frazer Clement | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.1-telco-7.0 | OS: | Any |
Assigned to: | Martin Skold | CPU Architecture: | Any |
Tags: | regression |
[12 Jan 2009 11:20]
Frazer Clement
[12 Jan 2009 11:29]
Frazer Clement
See also bug#42047
[13 Jan 2009 7:42]
Sveta Smirnova
Thank you for the report. Verified as described using mysql-5.1-telco-6.4 tree. Bug is not repeatable with version mysql-cluster-gpl-6.3.20
[3 Dec 2009 13:05]
Jonas Oreland
ok for 6.3 and up
[7 Dec 2009 10:07]
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/93034 3180 Martin Skold 2009-12-07 Bug#42046 MySQL Cluster : Too many BIT columns causes cluster failure: Added check and return new error code modified: mysql-test/suite/ndb/r/ndb_bitfield.result mysql-test/suite/ndb/t/ndb_bitfield.test storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp storage/ndb/src/ndbapi/ndberror.c
[7 Dec 2009 10:57]
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/93036 3180 Martin Skold 2009-12-07 Bug#42046 MySQL Cluster : Too many BIT columns causes cluster failure: Added check and return new error code modified: mysql-test/suite/ndb/r/ndb_bitfield.result mysql-test/suite/ndb/t/ndb_bitfield.test storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp storage/ndb/src/ndbapi/ndberror.c
[8 Dec 2009 13:26]
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/93187 3266 Martin Skold 2009-12-08 [merge] Bug#42046 MySQL Cluster : Too many BIT columns causes cluster failure: Added check and return new error code modified: mysql-test/suite/ndb/r/ndb_bitfield.result mysql-test/suite/ndb/t/ndb_bitfield.test storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp storage/ndb/src/ndbapi/ndberror.c
[8 Dec 2009 13:34]
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/93190 3183 Martin Skold 2009-12-08 [merge] Bug#42046 MySQL Cluster : Too many BIT columns causes cluster failure: Added check and return new error code modified: mysql-test/suite/ndb/r/ndb_bitfield.result mysql-test/suite/ndb/t/ndb_bitfield.test storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp storage/ndb/src/ndbapi/ndberror.c
[8 Dec 2009 13:44]
Bugs System
Pushed into 5.1.39-ndb-7.1.0 (revid:martin.skold@mysql.com-20091208133336-9z136987vdoav05n) (version source revid:martin.skold@mysql.com-20091208133336-9z136987vdoav05n) (merge vers: 5.1.39-ndb-7.1.0) (pib:13)
[8 Dec 2009 13:45]
Bugs System
Pushed into 5.1.39-ndb-7.0.10 (revid:martin.skold@mysql.com-20091208132622-dposxcfopeadyf05) (version source revid:martin.skold@mysql.com-20091208132622-dposxcfopeadyf05) (merge vers: 5.1.39-ndb-7.0.10) (pib:13)
[9 Dec 2009 19:31]
Jon Stephens
Documented bugfix in the NDB-6.3.29 and 7.0.10 changelogs as follows: Creating an NDB table with an excessive number of large BIT columns caused the cluster to fail. Now, an attempt to create such a table is rejected with error 791 (Too many total bits in bitfields). Closed.