diff options
author | unknown <tulin@dl145b.mysql.com> | 2005-07-19 15:25:55 +0200 |
---|---|---|
committer | unknown <tulin@dl145b.mysql.com> | 2005-07-19 15:25:55 +0200 |
commit | ac2209a1f961b81f398deaf583b9d1831865b6f2 (patch) | |
tree | 59ea2dc4611e022fb6d5a96be296d45e82459fa0 /ndb/src/mgmsrv | |
parent | 09f19d3bc06b6438295f1c88c9bf786438db9f49 (diff) | |
download | mariadb-git-ac2209a1f961b81f398deaf583b9d1831865b6f2.tar.gz |
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
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r-- | ndb/src/mgmsrv/ConfigInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/ConfigInfo.cpp b/ndb/src/mgmsrv/ConfigInfo.cpp index b5a607bd100..118dd197ce0 100644 --- a/ndb/src/mgmsrv/ConfigInfo.cpp +++ b/ndb/src/mgmsrv/ConfigInfo.cpp @@ -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); } |