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/src/HugoOperations.cpp | |
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/src/HugoOperations.cpp')
-rw-r--r-- | ndb/test/src/HugoOperations.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/test/src/HugoOperations.cpp b/ndb/test/src/HugoOperations.cpp index 91263aa29b4..f841de917c0 100644 --- a/ndb/test/src/HugoOperations.cpp +++ b/ndb/test/src/HugoOperations.cpp @@ -791,3 +791,5 @@ HugoOperations::indexUpdateRecord(Ndb*, } return NDBT_OK; } + +template class Vector<HugoOperations::ScanTmp>; |