498c42b fix transaction support in ldbm_delete

Authored and Committed by rmeggins 12 years ago
    fix transaction support in ldbm_delete
    
    ldbm_back_delete() was not properly clearing out the transaction
    pointer before starting a new transaction, and was not properly clearing
    out the used transaction after a commit or an abort.