diff options
author | unknown <kent@mysql.com> | 2005-10-17 13:58:46 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-10-17 13:58:46 +0200 |
commit | 40017c6f723bd0b76a7a93574dcf280293a5c481 (patch) | |
tree | 630ce07a0a181f1d2ad6eee6e7dc6f9b5b28160a /ndb | |
parent | 06f10b7f05de93024a725731bd085dab94e89a3e (diff) | |
parent | 8a92bba67252a6ce247e31e5ca5de1b13bcd6fa1 (diff) | |
download | mariadb-git-40017c6f723bd0b76a7a93574dcf280293a5c481.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
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>; |