1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00

Compile fixes for ccc (& cxx) on linux/alpha

Mainly explicit template instantiations
This commit is contained in:
joreland@mysql.com
2004-08-01 15:53:31 +02:00
parent 51b94746fe
commit a6e2c98d02
16 changed files with 46 additions and 11 deletions

View File

@@ -2818,5 +2818,4 @@ template class Vector<Uint32>;
template class Vector<Vector<Uint32> >;
template class Vector<NdbTableImpl*>;
template class Vector<NdbColumnImpl*>;
template class Bitmask<4>;