1
0
Fork 0
arangodb/arangod/Utils
Michael Hackstein 15bbfc7b0c Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-01-24 18:22:01 +01:00
..
AqlTransaction.cpp comment out waiting for now 2016-12-08 16:49:51 +01:00
AqlTransaction.h added exclusive locks 2017-01-23 13:16:28 +01:00
CollectionExport.cpp remove revisions cache 2017-01-24 10:48:07 +01:00
CollectionExport.h remove revisions cache 2017-01-24 10:48:07 +01:00
CollectionGuard.h Removed all references on TRI_vocbase_col_t and replaced them by LogicalCollection class. Not everything is properly moved and implemetned yet. This commit causes crashes. 2016-08-17 11:10:39 +02:00
CollectionKeys.cpp remove revisions cache 2017-01-24 10:48:07 +01:00
CollectionKeys.h remove revisions cache 2017-01-24 10:48:07 +01:00
CollectionKeysRepository.cpp
CollectionKeysRepository.h
CollectionNameResolver.cpp Fix error handling for ClusterInfo::getCollection. 2016-09-30 14:11:46 +02:00
CollectionNameResolver.h Removed all references on TRI_vocbase_col_t and replaced them by LogicalCollection class. Not everything is properly moved and implemetned yet. This commit causes crashes. 2016-08-17 11:10:39 +02:00
CollectionReadLocker.h performance fix for locks 2017-01-02 15:36:43 +01:00
CollectionWriteLocker.h performance fix for locks 2017-01-02 15:36:43 +01:00
Cursor.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
Cursor.h fixed issue #2211 2016-12-07 12:28:52 +01:00
CursorRepository.cpp fixed issue #2211 2016-12-07 12:28:52 +01:00
CursorRepository.h fixed issue #2211 2016-12-07 12:28:52 +01:00
DatabaseGuard.h experimental micro optimizations 2016-12-16 15:52:16 +01:00
Events.cpp fixed formatting 2016-10-06 14:56:32 +02:00
Events.h added more events 2016-10-06 14:14:38 +02:00
ExplicitTransaction.h added exclusive locks 2017-01-23 13:16:28 +01:00
OperationCursor.cpp Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision. 2017-01-24 18:19:25 +01:00
OperationCursor.h Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision. 2017-01-24 18:19:25 +01:00
OperationOptions.h renaming 2017-01-16 14:48:13 +01:00
OperationResult.h fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
ReplicationTransaction.h
SingleCollectionTransaction.cpp removed TRI_collection_t 2016-09-02 14:54:13 +02:00
SingleCollectionTransaction.h Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit. 2016-08-25 09:57:36 +02:00
StandaloneTransactionContext.cpp
StandaloneTransactionContext.h
Transaction.cpp Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-01-24 18:22:01 +01:00
Transaction.h remove revisions cache 2017-01-24 10:48:07 +01:00
TransactionContext.cpp remove revisions cache 2017-01-24 10:48:07 +01:00
TransactionContext.h remove revisions cache 2017-01-24 10:48:07 +01:00
V8TransactionContext.cpp
V8TransactionContext.h
WorkMonitorArangod.cpp added work context 2017-01-22 12:53:52 +01:00