1. 27 Feb, 2008 6 commits
  2. 26 Feb, 2008 5 commits
  3. 25 Feb, 2008 5 commits
  4. 22 Feb, 2008 2 commits
  5. 21 Feb, 2008 3 commits
  6. 20 Feb, 2008 1 commit
  7. 19 Feb, 2008 3 commits
  8. 18 Feb, 2008 3 commits
  9. 16 Feb, 2008 1 commit
  10. 15 Feb, 2008 5 commits
  11. 14 Feb, 2008 5 commits
  12. 13 Feb, 2008 1 commit
    • Yoni Fogel's avatar
      Closes #348 · 5ffe45a7
      Yoni Fogel authored
      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
      5ffe45a7