From: Date: November 22 2006 3:46pm Subject: bk commit into 5.0 tree (jonas:1.2272) BUG#24503 List-Archive: http://lists.mysql.com/commits/15716 X-Bug: 24503 Message-Id: <20061122144601.4EA7B59E612@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.0 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-11-22 15:45:57+01:00, jonas@stripped +1 -0 ndb - bug#24503 remove debug printouts ndb/src/common/util/NdbSqlUtil.cpp@stripped, 2006-11-22 15:45:56+01:00, jonas@stripped +0 -9 remove debug printouts # 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/50-work --- 1.32/ndb/src/common/util/NdbSqlUtil.cpp 2006-11-22 15:46:01 +01:00 +++ 1.33/ndb/src/common/util/NdbSqlUtil.cpp 2006-11-22 15:46:01 +01:00 @@ -685,15 +685,6 @@ char* c1 = (char*)p1; char* c2 = (char*)p2; int ret = memcmp(p1, p2, n); - printf(" p1: "); - for (Uint32 i = 0; i %d", ret); return ret; }