mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
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:
parent
09f19d3bc0
commit
ac2209a1f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue