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-08 13:24:39+01:00, jonas@stripped +1 -0
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
into perch.ndb.mysql.com:/home/jonas/src/telco-6.1
MERGE: 1.2403.9.99
storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp@stripped, 2008-01-08 13:24:37+01:00,
jonas@stripped +0 -0
Auto merged
MERGE: 1.19.1.6
# 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/telco-6.1/RESYNC
--- 1.27/storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp 2008-01-08 13:24:42 +01:00
+++ 1.28/storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp 2008-01-08 13:24:42 +01:00
@@ -601,6 +601,24 @@
if (lcp && lcp_list != RNIL)
goto found_lcp_keep;
+
+ switch(pos.m_get){
+ case ScanPos::Get_next_tuple:
+ case ScanPos::Get_next_tuple_fs:
+ jam();
+ key.m_page_idx += size;
+ // fall through
+ case ScanPos::Get_tuple:
+ case ScanPos::Get_tuple_fs:
+ jam();
+ /**
+ * We need to refetch page after timeslice
+ */
+ pos.m_get = ScanPos::Get_page;
+ break;
+ default:
+ break;
+ }
while (true) {
switch (pos.m_get) {
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2603) | jonas | 8 Jan |