1
0
Fork 0

Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api

This commit is contained in:
Michael Hackstein 2017-01-23 13:32:35 +01:00
commit f04b436b3b
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@ done
---- ----
- create new branch - create new branch
- factor out transactions from LogfileManager - factor out transactions from LogfileManager
- concept "collection locks"
- 3 states: READ / WRITE / EXCLUSIVE for locks
in progress in progress
----------- -----------
@ -14,7 +16,6 @@ to do
- move engine-specific parts of transaction.cpp into engine - move engine-specific parts of transaction.cpp into engine
- check for illegal includes - check for illegal includes
- fix includes during API conversion - fix includes during API conversion
- concept "collection locks"
- DML API - DML API
- transaction API - transaction API
- DDL API - DDL API