Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-01-24 14:07:06+01:00, tomas@stripped +1 -0
correbt merge error
storage/ndb/src/kernel/blocks/lgman.cpp@stripped, 2008-01-24 14:07:04+01:00, tomas@stripped +1 -2
correbt merge error
diff -Nrup a/storage/ndb/src/kernel/blocks/lgman.cpp b/storage/ndb/src/kernel/blocks/lgman.cpp
--- a/storage/ndb/src/kernel/blocks/lgman.cpp 2008-01-24 12:30:23 +01:00
+++ b/storage/ndb/src/kernel/blocks/lgman.cpp 2008-01-24 14:07:04 +01:00
@@ -557,8 +557,7 @@ Lgman::execCREATE_FILE_REQ(Signal* signa
(sizeof(void*) == 4 && req->file_size_hi & 0xFFFFFFFF))
{
jam();
- if(signal->getNoOfSections())
- releaseSections(signal);
+ releaseSections(handle);
CreateFileImplRef* ref= (CreateFileImplRef*)signal->getDataPtr();
ref->senderData = senderData;
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2847) | tomas | 24 Jan |