#At file:///home/jonas/src/telco-6.2/
2748 Jonas Oreland 2008-11-21
ndb - bug#40921 - release transaction if failing during create_file(group)_req
modified:
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
=== modified file 'storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp'
--- a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-10-24 11:00:37 +0000
+++ b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-11-21 10:49:19 +0000
@@ -14938,6 +14938,7 @@ Dbdict::execCREATE_FILE_REQ(Signal* sign
ref->status = 0;
ref->errorKey = 0;
ref->errorLine = __LINE__;
+ c_Trans.release(trans_ptr);
break;
}
@@ -15051,6 +15052,7 @@ Dbdict::execCREATE_FILEGROUP_REQ(Signal*
ref->status = 0;
ref->errorKey = 0;
ref->errorLine = __LINE__;
+ c_Trans.release(trans_ptr);
break;
}
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (jonas:2748) Bug#40921 | Jonas Oreland | 21 Nov |