mirror of
https://github.com/MariaDB/server.git
synced 2025-10-31 15:50:51 +03:00
Compile fixes for ccc (& cxx) on linux/alpha
Mainly explicit template instantiations
This commit is contained in:
@@ -1117,6 +1117,12 @@ void NDBT_Step::print(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
template class Vector<NDBT_TestCase*>;
|
||||
template class Vector<NDBT_TestCaseResult*>;
|
||||
template class Vector<NDBT_Step*>;
|
||||
template class Vector<NdbThread*>;
|
||||
template class Vector<NDBT_Verifier*>;
|
||||
template class Vector<NDBT_Initializer*>;
|
||||
template class Vector<NDBT_Finalizer*>;
|
||||
template class Vector<const NdbDictionary::Table*>;
|
||||
template class Vector<int>;
|
||||
|
||||
Reference in New Issue
Block a user