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
1.2044 05/10/11 14:28:42 jonas@stripped +1 -0
ndb diskdata
fix computation of hint hash value in testPartitioning wrt varsize keys
storage/ndb/test/ndbapi/testPartitioning.cpp
1.11 05/10/11 14:28:38 jonas@stripped +1 -1
Fix computation of hint hash value
# 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/mysql-5.1-ndb-dd
--- 1.10/storage/ndb/test/ndbapi/testPartitioning.cpp 2005-10-05 09:54:27 +02:00
+++ 1.11/storage/ndb/test/ndbapi/testPartitioning.cpp 2005-10-11 14:28:38 +02:00
@@ -358,7 +358,7 @@
memset(pos, 0, aligned_size);
Uint32 real_size;
dummy.calcValue(i, j, 0, pos, sz, &real_size);
- pos += aligned_size;
+ pos += (real_size + 3) & ~3;
}
}
// Now we have the pk
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2044) | jonas | 11 Oct |