.. |
CMakeLists.txt
|
…
|
|
RocksDBBackgroundThread.cpp
|
write settings on shutdown
|
2017-05-03 15:18:17 +02:00 |
RocksDBBackgroundThread.h
|
…
|
|
RocksDBCollection.cpp
|
Fixing test timeouts
|
2017-05-03 19:42:27 +02:00 |
RocksDBCollection.h
|
add empty impl for recalculating counts in rocksdb engine
|
2017-05-02 17:54:36 +02:00 |
RocksDBCollectionExport.cpp
|
moved files
|
2017-05-02 12:34:28 +02:00 |
RocksDBCollectionExport.h
|
…
|
|
RocksDBCommon.cpp
|
…
|
|
RocksDBCommon.h
|
WAL tailing
|
2017-04-27 17:38:02 +02:00 |
RocksDBComparator.cpp
|
…
|
|
RocksDBComparator.h
|
…
|
|
RocksDBCounterManager.cpp
|
update tick values from numeric keys
|
2017-05-03 22:44:58 +02:00 |
RocksDBCounterManager.h
|
write settings on shutdown
|
2017-05-03 15:18:17 +02:00 |
RocksDBEdgeIndex.cpp
|
fixed unique contraints
|
2017-05-03 17:45:21 +02:00 |
RocksDBEdgeIndex.h
|
fixed unique contraints
|
2017-05-03 17:45:21 +02:00 |
RocksDBEngine.cpp
|
fix db._engineStats()
|
2017-05-04 00:33:36 +02:00 |
RocksDBEngine.h
|
fix db._engineStats()
|
2017-05-04 00:33:36 +02:00 |
RocksDBExportCursor.cpp
|
…
|
|
RocksDBExportCursor.h
|
…
|
|
RocksDBHashIndex.cpp
|
…
|
|
RocksDBHashIndex.h
|
…
|
|
RocksDBIndex.cpp
|
Added an Assert when persisting an index it's objectId is not allowed to be 0
|
2017-05-02 13:17:57 +02:00 |
RocksDBIndex.h
|
fixed unique contraints
|
2017-05-03 17:45:21 +02:00 |
RocksDBIndexFactory.cpp
|
Removed code paths that wrote objectIds into the Agency. This did break replication.
|
2017-05-02 14:59:19 +02:00 |
RocksDBIndexFactory.h
|
Removed code paths that wrote objectIds into the Agency. This did break replication.
|
2017-05-02 14:59:19 +02:00 |
RocksDBInitialSync.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-05-02 16:41:43 +02:00 |
RocksDBKey.cpp
|
Enabled saving applier config and fixed some replication tests/behavior.
|
2017-04-27 22:39:48 -04:00 |
RocksDBKey.h
|
Enabled saving applier config and fixed some replication tests/behavior.
|
2017-04-27 22:39:48 -04:00 |
RocksDBKeyBounds.cpp
|
recaluclate count by collection scan on request
|
2017-05-03 10:42:58 +02:00 |
RocksDBKeyBounds.h
|
recaluclate count by collection scan on request
|
2017-05-03 10:42:58 +02:00 |
RocksDBLogValue.cpp
|
Fixed bug with drop index marker.
|
2017-04-28 14:35:50 -04:00 |
RocksDBLogValue.h
|
Fixed broken WAL tailing function
|
2017-04-27 18:23:10 +02:00 |
RocksDBPersistentIndex.h
|
…
|
|
RocksDBPrimaryIndex.cpp
|
fixed unique contraints
|
2017-05-03 17:45:21 +02:00 |
RocksDBPrimaryIndex.h
|
fixed unique contraints
|
2017-05-03 17:45:21 +02:00 |
RocksDBReplicationCommon.cpp
|
…
|
|
RocksDBReplicationCommon.h
|
…
|
|
RocksDBReplicationContext.cpp
|
fix MSVC compile warnings
|
2017-05-03 15:47:45 +02:00 |
RocksDBReplicationContext.h
|
better incremental sync
|
2017-05-02 15:08:05 +02:00 |
RocksDBReplicationManager.cpp
|
Fixed logic bug preventing file deletions in RocksDB engine.
|
2017-05-02 17:00:45 -04:00 |
RocksDBReplicationManager.h
|
…
|
|
RocksDBReplicationTailing.cpp
|
Fixing issues with the seek incremental sync optimization
|
2017-05-02 17:24:49 +02:00 |
RocksDBReplicationTailing.h
|
better incremental sync
|
2017-05-02 15:08:05 +02:00 |
RocksDBRestExportHandler.cpp
|
…
|
|
RocksDBRestExportHandler.h
|
…
|
|
RocksDBRestHandlers.cpp
|
…
|
|
RocksDBRestHandlers.h
|
…
|
|
RocksDBRestReplicationHandler.cpp
|
Fix ignoreDistributeShardsLikeErrors behaviour.
|
2017-05-03 09:13:03 +02:00 |
RocksDBRestReplicationHandler.h
|
Fix ignoreDistributeShardsLikeErrors behaviour.
|
2017-05-03 09:13:03 +02:00 |
RocksDBRestWalHandler.cpp
|
…
|
|
RocksDBRestWalHandler.h
|
…
|
|
RocksDBSkiplistIndex.h
|
…
|
|
RocksDBToken.h
|
…
|
|
RocksDBTransactionCollection.cpp
|
…
|
|
RocksDBTransactionCollection.h
|
…
|
|
RocksDBTransactionContextData.cpp
|
…
|
|
RocksDBTransactionContextData.h
|
…
|
|
RocksDBTransactionState.cpp
|
Enabled/fixed check for empty transactions to reduce WAL spam.
|
2017-05-02 13:03:00 -04:00 |
RocksDBTransactionState.h
|
fillIndex non transactional + tests
|
2017-05-03 16:07:29 +02:00 |
RocksDBTypes.cpp
|
Enabled saving applier config and fixed some replication tests/behavior.
|
2017-04-27 22:39:48 -04:00 |
RocksDBTypes.h
|
Enabled saving applier config and fixed some replication tests/behavior.
|
2017-04-27 22:39:48 -04:00 |
RocksDBV8Functions.cpp
|
fix db._engineStats()
|
2017-05-04 00:33:36 +02:00 |
RocksDBV8Functions.h
|
fix db._engineStats()
|
2017-05-04 00:33:36 +02:00 |
RocksDBVPackIndex.cpp
|
Fixing test timeouts
|
2017-05-03 19:42:27 +02:00 |
RocksDBVPackIndex.h
|
fixed unique contraints
|
2017-05-03 17:45:21 +02:00 |
RocksDBValue.cpp
|
Fixed number type asserts in RocksDBValue
|
2017-04-28 15:42:13 +02:00 |
RocksDBValue.h
|
Fixed number type asserts in RocksDBValue
|
2017-04-28 15:42:13 +02:00 |
RocksDBView.cpp
|
…
|
|
RocksDBView.h
|
…
|
|