Bug #11029 Committed read using unique index does not release resources
Submitted: 2 Jun 2005 7:28 Modified: 2 Sep 2005 13:15
Reporter: Jonas Oreland Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:4.1 OS:
Assigned to: Assigned Account CPU Architecture:Any

[2 Jun 2005 7:28] Jonas Oreland
Description:
Performing a select using unique index within a transaction
  does not release resources.

How to repeat:
--
begin;
select * from T where ui = 7;

--
(no commit/rollback)
Here the resources from the select is _not_ release until
  commit/rollback.
[2 Sep 2005 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".