List:Commits« Previous MessageNext Message »
From:jonas Date:April 2 2007 6:36am
Subject:bk commit into 5.0 tree (jonas:1.2302)
View as plain text  
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, 2007-04-02 08:36:00+02:00, jonas@stripped +1 -0
  ndb - fix bug in my.cnf config handling
    put64 for 64-bit variables

  ndb/src/mgmsrv/InitConfigFileParser.cpp@stripped, 2007-04-02 08:35:59+02:00, jonas@stripped +1 -1
    put64

# 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.27/ndb/src/mgmsrv/InitConfigFileParser.cpp	2007-04-02 08:36:03 +02:00
+++ 1.28/ndb/src/mgmsrv/InitConfigFileParser.cpp	2007-04-02 08:36:03 +02:00
@@ -658,7 +658,7 @@
       if (options[i].var_type == GET_INT)
 	ctx.m_currentSection->put(options[i].name, (Uint32)value_int);
       else
-	ctx.m_currentSection->put(options[i].name, value_int);	
+	ctx.m_currentSection->put64(options[i].name, value_int);	
     }
   }
   return true;
Thread
bk commit into 5.0 tree (jonas:1.2302)jonas2 Apr