mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
This commit is contained in:
commit
f04b436b3b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue