Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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 16:17:42+01:00, jonas@stripped +1 -0
correct merge error
storage/ndb/src/kernel/blocks/tsman.cpp@stripped, 2008-01-24 16:17:38+01:00, jonas@stripped +1 -2
correct merge error
diff -Nrup a/storage/ndb/src/kernel/blocks/tsman.cpp b/storage/ndb/src/kernel/blocks/tsman.cpp
--- a/storage/ndb/src/kernel/blocks/tsman.cpp 2008-01-24 12:30:23 +01:00
+++ b/storage/ndb/src/kernel/blocks/tsman.cpp 2008-01-24 16:17:38 +01:00
@@ -546,8 +546,7 @@ Tsman::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 (jonas:1.2850) | jonas | 24 Jan |