1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

removed myVector from ndb restore

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-06-10 12:01:47 +00:00
parent cc1d7aafdd
commit d3543b7a6a
6 changed files with 32 additions and 160 deletions

View File

@@ -165,6 +165,7 @@ Parser<T>::Parser(const ParserRow<T> rows[], class InputStream & in,
template<class T>
inline
Parser<T>::~Parser(){
delete impl;
}
template<class T>