diff options
author | unknown <joreland@mysql.com> | 2004-08-01 15:53:31 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-08-01 15:53:31 +0200 |
commit | 42210808fd56b26bed8f06c47dc471ab4184aafc (patch) | |
tree | 35a8270ef05497411430b3bb4ccafbd6a17fb563 /ndb/test/tools | |
parent | f6457ce5bed4700a9f46062bbfa2361a71b7cc55 (diff) | |
download | mariadb-git-42210808fd56b26bed8f06c47dc471ab4184aafc.tar.gz |
Compile fixes for ccc (& cxx) on linux/alpha
Mainly explicit template instantiations
ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
Explicit template instantiations
ndb/src/common/util/SocketServer.cpp:
Explicit template instantiations
ndb/src/kernel/blocks/backup/BackupInit.cpp:
Explicit template instantiations
ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
Explicit template instantiations
ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
Explicit template instantiations
ndb/src/kernel/vm/ArrayPool.hpp:
Only define print if #VM_TRACE
ndb/src/mgmclient/CpcClient.cpp:
Explicit template instantiations
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Explicit template instantiations
ndb/test/include/NDBT_Table.hpp:
Fully qualified type name
ndb/test/include/NDBT_Test.hpp:
Add destructors (so that v-table isn't empty)
ndb/test/run-test/main.cpp:
Explicit template instantiations
ndb/test/src/HugoOperations.cpp:
Explicit template instantiations
ndb/test/src/HugoTransactions.cpp:
Explicit template instantiations
ndb/test/src/NDBT_Test.cpp:
Explicit template instantiations
ndb/test/src/NdbRestarter.cpp:
Explicit template instantiations
ndb/test/tools/cpcc.cpp:
Explicit template instantiations
Diffstat (limited to 'ndb/test/tools')
-rw-r--r-- | ndb/test/tools/cpcc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/tools/cpcc.cpp b/ndb/test/tools/cpcc.cpp index e768d707bbc..1ff11a05658 100644 --- a/ndb/test/tools/cpcc.cpp +++ b/ndb/test/tools/cpcc.cpp @@ -347,3 +347,4 @@ Operate::evaluate(SimpleCpcClient* c, const SimpleCpcClient::Process & pp){ return true; } +template class Vector<const ParserRow<SimpleCpcClient::ParserDummy>*>; |