diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-12-11 15:19:37 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-12-11 15:19:37 +0100 |
commit | 281de33d34a8b980dbdd415ad35ad3e02edb97da (patch) | |
tree | 47f043fc472ddc5b4a17e403c49b68d7901d1bfe /storage | |
parent | eedfd5dabc70c85da55f3f69a9ead19f21c4128d (diff) | |
download | mariadb-git-281de33d34a8b980dbdd415ad35ad3e02edb97da.tar.gz |
compile error fix for osx
Diffstat (limited to 'storage')
-rw-r--r-- | storage/ndb/src/mgmsrv/MgmtSrvr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/ndb/src/mgmsrv/MgmtSrvr.cpp b/storage/ndb/src/mgmsrv/MgmtSrvr.cpp index a00c68007a7..184d51bad78 100644 --- a/storage/ndb/src/mgmsrv/MgmtSrvr.cpp +++ b/storage/ndb/src/mgmsrv/MgmtSrvr.cpp @@ -3010,7 +3010,6 @@ int MgmtSrvr::connect_to_self(void) return 0; } -template class Vector<unsigned short>; template class MutexVector<unsigned short>; template class MutexVector<Ndb_mgmd_event_service::Event_listener>; template class Vector<EventSubscribeReq>; |