diff options
author | unknown <elliot@mysql.com> | 2005-10-13 22:17:47 -0400 |
---|---|---|
committer | unknown <elliot@mysql.com> | 2005-10-13 22:17:47 -0400 |
commit | ee52c9d6c2f8de0486c879c41d8bd7cb51a31dfc (patch) | |
tree | 386208a49af561c855413a794cce88172446e496 /ndb | |
parent | 4303114e34612e33f6528b58c1d683405297058d (diff) | |
download | mariadb-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.cpp | 1 |
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>; |