summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <hartmut@mysql.com/linux.site>2006-08-30 20:45:43 +0200
committerunknown <hartmut@mysql.com/linux.site>2006-08-30 20:45:43 +0200
commit20dbceb616f91f0c79cdc9bc96d000a6aa647bb8 (patch)
tree49b59f50c19a32b8aafe7dad2b96f859bdcfd957 /ndb
parent72341d49edc8356269e64191ca6490ccea86873f (diff)
downloadmariadb-git-20dbceb616f91f0c79cdc9bc96d000a6aa647bb8.tar.gz
make DNS based hostname queries work (bug #17582)
Diffstat (limited to 'ndb')
-rw-r--r--ndb/tools/ndb_config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/tools/ndb_config.cpp b/ndb/tools/ndb_config.cpp
index 27ab6a182bb..135bec7ef72 100644
--- a/ndb/tools/ndb_config.cpp
+++ b/ndb/tools/ndb_config.cpp
@@ -145,7 +145,7 @@ struct Match
struct HostMatch : public Match
{
- virtual int eval(NdbMgmHandle, const Iter&);
+ virtual int eval(const Iter&);
};
struct Apply
@@ -402,7 +402,7 @@ Match::eval(const Iter& iter)
}
int
-HostMatch::eval(NdbMgmHandle h, const Iter& iter)
+HostMatch::eval(const Iter& iter)
{
const char* valc;