List:Commits« Previous MessageNext Message »
From:jonas Date:May 31 2006 9:57am
Subject:bk commit into 5.1 tree (jonas:1.2379)
View as plain text  
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.2379 06/05/31 11:57:35 jonas@stripped +1 -0
  ndb -
    print some in case of error

  storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
    1.107 06/05/31 11:57:32 jonas@stripped +1 -0
    print scan state in case of error

# 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-jonas

--- 1.106/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2006-05-19 16:29:44 +02:00
+++ 1.107/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2006-05-31 11:57:32 +02:00
@@ -7633,6 +7633,7 @@ void Dblqh::execNEXT_SCANCONF(Signal* si
     scanLockReleasedLab(signal);
     break;
   default:
+    ndbout_c("%d", scanptr.p->scanState);
     ndbrequire(false);
   }//switch
 }//Dblqh::execNEXT_SCANCONF()
Thread
bk commit into 5.1 tree (jonas:1.2379)jonas1 Jun