List:Commits« Previous MessageNext Message »
From:tomas Date:March 7 2007 1:05pm
Subject:bk commit into 5.0 tree (tomas:1.2398)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tomas. When tomas 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.2398 07/03/07 20:04:50 tomas@stripped +1 -0
  remove extra ; causing compile errors on some platforms

  ndb/src/ndbapi/NdbRecAttr.cpp
    1.30 07/03/07 20:04:40 tomas@stripped +1 -1
    remove extra ; causing compile errors on some platforms

# 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:	tomas
# Host:	poseidon.mysql.com
# Root:	/home/tomas/mysql-5.0-telco-gca-ndb_restore

--- 1.29/ndb/src/ndbapi/NdbRecAttr.cpp	2007-03-07 13:18:01 +07:00
+++ 1.30/ndb/src/ndbapi/NdbRecAttr.cpp	2007-03-07 20:04:40 +07:00
@@ -152,7 +152,7 @@ NdbRecordPrintFormat::NdbRecordPrintForm
   null_string= "[NULL]";
   hex_format= 0;
 }
-NdbRecordPrintFormat::~NdbRecordPrintFormat() {};
+NdbRecordPrintFormat::~NdbRecordPrintFormat() {}
 static const NdbRecordPrintFormat default_print_format;
 
 static void
Thread
bk commit into 5.0 tree (tomas:1.2398)tomas7 Mar