ConfigInfo.cpp:

BUG#12028, cannot use default section for hostname in cluster config
  made clearer error message


ndb/src/mgmsrv/ConfigInfo.cpp:
  BUG#12028, cannot use default section for hostname in cluster config
  made clearer error message
This commit is contained in:
unknown 2005-07-19 15:25:55 +02:00
commit ac2209a1f9

View file

@ -2546,7 +2546,7 @@ static bool checkLocalhostHostnameMix(InitConfigFileParser::Context & ctx, const
}
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);
}