List:Commits« Previous MessageNext Message »
From:'Hartmut Holzgraefe' Date:August 30 2006 8:45pm
Subject:bk commit into 5.0 tree (hartmut:1.2250) BUG#17582
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hartmut. When hartmut 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-08-30 20:45:43+02:00, hartmut@stripped +1 -0
  make DNS based hostname queries work (bug #17582)

  ndb/tools/ndb_config.cpp@stripped, 2006-08-30 20:45:40+02:00, hartmut@stripped +2 -2
    make DNS based hostname queries work (bug #17582)

# 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:	hartmut
# Host:	linux.site
# Root:	/home/hartmut/projects/mysql/dev/teamtrees/mysql-5.0-ndb

--- 1.12/ndb/tools/ndb_config.cpp	2006-08-30 20:45:54 +02:00
+++ 1.13/ndb/tools/ndb_config.cpp	2006-08-30 20:45:54 +02:00
@@ -145,7 +145,7 @@
 
 struct HostMatch : public Match
 {
-  virtual int eval(NdbMgmHandle, const Iter&);
+  virtual int eval(const Iter&);
 };
 
 struct Apply
@@ -402,7 +402,7 @@
 }
 
 int
-HostMatch::eval(NdbMgmHandle h, const Iter& iter)
+HostMatch::eval(const Iter& iter)
 {
   const char* valc;
   
Thread
bk commit into 5.0 tree (hartmut:1.2250) BUG#17582'Hartmut Holzgraefe'30 Aug