summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <elliot@mysql.com>2005-10-13 22:17:47 -0400
committerunknown <elliot@mysql.com>2005-10-13 22:17:47 -0400
commitee52c9d6c2f8de0486c879c41d8bd7cb51a31dfc (patch)
tree386208a49af561c855413a794cce88172446e496 /ndb
parent4303114e34612e33f6528b58c1d683405297058d (diff)
downloadmariadb-git-ee52c9d6c2f8de0486c879c41d8bd7cb51a31dfc.tar.gz
Fix link failure on OS X
ndb/src/mgmsrv/Services.cpp: Remove explicit instantiation to fix link failure on OS X
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/mgmsrv/Services.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/Services.cpp b/ndb/src/mgmsrv/Services.cpp
index 9d87e33b47f..b94eaa93ea5 100644
--- a/ndb/src/mgmsrv/Services.cpp
+++ b/ndb/src/mgmsrv/Services.cpp
@@ -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>;