mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
This commit is contained in:
commit
02b40b04e6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue