List:Commits« Previous MessageNext Message »
From:jonas Date:February 27 2008 3:18pm
Subject:bk commit into 5.1 tree (jonas:1.2192)
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@stripped, 2008-02-27 15:18:10+01:00, jonas@stripped +1 -0
  fix compiler error

  storage/ndb/test/ndbapi/testBitfield.cpp@stripped, 2008-02-27 15:18:09+01:00,
jonas@stripped +1 -1
    fix compiler 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/drop6

--- 1.11/storage/ndb/test/ndbapi/testBitfield.cpp	2008-02-27 15:18:12 +01:00
+++ 1.12/storage/ndb/test/ndbapi/testBitfield.cpp	2008-02-27 15:18:12 +01:00
@@ -373,7 +373,7 @@
     printf("dst: "); print(dst, size+31); printf("\n");
   }
   return (cmp(src, dst, size+31)?0 : -1);
-};
+}
 
 struct Alloc
 {
Thread
bk commit into 5.1 tree (jonas:1.2192)jonas27 Feb