mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix compile error
This commit is contained in:
@ -317,8 +317,8 @@ parse_where(Vector<Match*>& where, int &argc, char**& argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
template Vector<Apply*>;
|
template class Vector<Apply*>;
|
||||||
template Vector<Match*>;
|
template class Vector<Match*>;
|
||||||
|
|
||||||
static
|
static
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user