ConfigInfo.cpp:

  BUG#12028, cannot use default section for hostname in cluster config
  made clearer error message
parent 74438e66
...@@ -2546,7 +2546,7 @@ static bool checkLocalhostHostnameMix(InitConfigFileParser::Context & ctx, const ...@@ -2546,7 +2546,7 @@ static bool checkLocalhostHostnameMix(InitConfigFileParser::Context & ctx, const
} }
if (localhost_used) { 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); hostname);
DBUG_RETURN(false); DBUG_RETURN(false);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment