Commit bbe8502b authored by unknown's avatar unknown

Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint

into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint


storage/ndb/tools/ndb_condig.cpp:
  Auto merged
parents e7de5a37 d0f4cb4a
...@@ -145,7 +145,7 @@ struct Match ...@@ -145,7 +145,7 @@ struct Match
struct HostMatch : public Match struct HostMatch : public Match
{ {
virtual int eval(NdbMgmHandle, const Iter&); virtual int eval(const Iter&);
}; };
struct Apply struct Apply
...@@ -402,7 +402,7 @@ Match::eval(const Iter& iter) ...@@ -402,7 +402,7 @@ Match::eval(const Iter& iter)
} }
int int
HostMatch::eval(NdbMgmHandle h, const Iter& iter) HostMatch::eval(const Iter& iter)
{ {
const char* valc; const char* valc;
......
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