Closes #348
Partial implementation of nested transactions for locking purposes. The actual txn (child/grandchild/etc) does all the work, but for locking purposes we only use the parent (oldest ancestor). This should work as expected (with possibly some extra lock overhead) as long as no node has two active (non-aborted non-committed) children simultaneously. If a node has two children, they are supposed to be able to conflict with each other (and deadlock/etc). We are not providing this conflict behavior between siblings. We do support arbitrarily deep nested txns, so long as it is a linked list instead of a general tree. git-svn-id: file:///svn/tokudb@2284 c7de825b-a66e-492c-adef-691d508d4ae1
Showing
Please register or sign in to comment