From: Date: December 4 2006 10:06am Subject: bk commit into 5.1 tree (jonas:1.2342) BUG#24166 List-Archive: http://lists.mysql.com/commits/16366 X-Bug: 24166 Message-Id: <20061204090656.7D8A76336E7@perch.ndb.mysql.com> 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, 2006-12-04 10:06:51+01:00, jonas@stripped +1 -0 ndb - bug#24166 SR crash if table with disk with hidden primary key... storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp@stripped, 2006-12-04 10:06:50+01:00, jonas@stripped +1 -1 fix bug 24166 # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/51-work --- 1.28/storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp 2006-12-04 10:06:56 +01:00 +++ 1.29/storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp 2006-12-04 10:06:56 +01:00 @@ -784,7 +784,7 @@ req_struct->m_tuple_ptr->m_header_bits |= Tuple_header::DISK_PART; memcpy(req_struct->m_tuple_ptr->get_disk_ref_ptr(regTabPtr), inBuffer+inBufIndex+1, sz << 2); - inBufIndex += 1 + sz; + req_struct->in_buf_index = inBufIndex += 1 + sz; } else {