From: Date: July 19 2005 3:26pm Subject: bk commit into 4.1 tree (tulin:1.2345) BUG#12028 List-Archive: http://lists.mysql.com/internals/27301 X-Bug: 12028 Message-Id: <200507191326.j6JDQ0T0008246@dl145b.mysql.com> Below is the list of changes that have just been committed into a local 4.1 repository of ndbdev. When ndbdev 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.2345 05/07/19 15:25:55 tulin@stripped +1 -0 ConfigInfo.cpp: BUG#12028, cannot use default section for hostname in cluster config made clearer error message ndb/src/mgmsrv/ConfigInfo.cpp 1.57 05/07/19 15:10:56 tulin@stripped +1 -1 BUG#12028, cannot use default section for hostname in cluster config made clearer error message # 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: tulin # Host: dl145b.mysql.com # Root: /home/ndbdev/tomas/mysql-4.1 --- 1.56/ndb/src/mgmsrv/ConfigInfo.cpp Tue Jul 19 14:31:47 2005 +++ 1.57/ndb/src/mgmsrv/ConfigInfo.cpp Tue Jul 19 15:10:56 2005 @@ -2546,7 +2546,7 @@ } if (localhost_used) { - ctx.reportError("Mixing of localhost with other hostname(%s) is illegal", + ctx.reportError("Mixing of localhost (default for [NDBD]HostName) with other hostname(%s) is illegal", hostname); DBUG_RETURN(false); }