From: Date: February 20 2006 2:51pm Subject: bk commit into 5.2 tree (hartmut:1.2100) BUG#17582 List-Archive: http://lists.mysql.com/commits/2908 X-Bug: 17582 Message-Id: <20060220135104.1DD691D652D@linux.site> Below is the list of changes that have just been committed into a local 5.2 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 1.2100 06/02/20 14:50:38 hartmut@stripped +1 -0 make DNS based hostname queries work (bug #17582) storage/ndb/tools/ndb_condig.cpp 1.13 06/02/20 14:50:26 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: vigor119 # Root: /home/hartmut/projects/mysql/dev/5.2/ndbconfig --- 1.12/storage/ndb/tools/ndb_condig.cpp 2005-11-04 21:09:59 +01:00 +++ 1.13/storage/ndb/tools/ndb_condig.cpp 2006-02-20 14:50:26 +01: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;