1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fix link failure on OS X

ndb/src/mgmsrv/Services.cpp:
  Remove explicit instantiation to fix link failure on OS X
This commit is contained in:
unknown
2005-10-13 22:17:47 -04:00
parent 4303114e34
commit ee52c9d6c2

View File

@@ -1574,4 +1574,3 @@ MgmApiSession::report_event(Parser_t::Context &ctx,
template class MutexVector<int>;
template class Vector<ParserRow<MgmApiSession> const*>;
template class Vector<BaseString>;