Bug #48113 | Ndb : Insert hitting DD space exhaustion does not lock following tuple ops | ||
---|---|---|---|
Submitted: | 16 Oct 2009 13:21 | Modified: | 20 Oct 2009 16:18 |
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-6.2+ | OS: | Any |
Assigned to: | Frazer Clement | CPU Architecture: | Any |
[16 Oct 2009 13:21]
Frazer Clement
[16 Oct 2009 13:26]
Frazer Clement
Proposed patch + testcase for 6.2
Attachment: bug48113.patch (text/x-patch), 4.82 KiB.
[16 Oct 2009 15:39]
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/87161 3019 Frazer Clement 2009-10-16 Bug#48113 : Ndb : Insert hitting DD space exhaustion does not lock following tuple ops modified: storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp storage/ndb/test/ndbapi/testBasic.cpp storage/ndb/test/run-test/daily-basic-tests.txt
[20 Oct 2009 16:18]
Jon Stephens
Documented bugfix in the NDB-6.2.19 changelog as follows: Inserts of blob column values into a Disk Data table that exhausted the tablespace resulted in misleading error messages about rows not being found in the table rather than the expected Out of extents, tablespace full error. Closed.