• Yoni Fogel's avatar
    Addresses #350 · 5fad7d0b
    Yoni Fogel authored
    DB->get, DB->pget, DBC->c_get, DBC->c_pget almost done.
    Remainder: associated dbs need DBC->c_del and DB->del to lock properly.
    Rest is done.
    
    Associated dbs (using any of the above calls) may get stuck half way due to locking.
    We are not currently optimizing for them, but it will lock everything necessary
    (Once DB->del and DB->c_del lock properly)
    
    Some tests are written, but not all of them.
    
    Currently test_db_txn_locks.c fails due to abort not working properly.
    
    
    git-svn-id: file:///svn/tokudb@2210 c7de825b-a66e-492c-adef-691d508d4ae1
    5fad7d0b
test_db_txn_locks.c 6.15 KB