9c7e9d5 Ticket #331 - transaction errors with db 4.3 and db 4.2

Authored and Committed by rmeggins 12 years ago
    Ticket #331 - transaction errors with db 4.3 and db 4.2
    
    https://fedorahosted.org/389/ticket/331
    Resolves: Ticket #331
    Bug Description: transaction errors with db 4.3 and db 4.2
    Reviewed by: nhosoi (Thanks!)
    Branch: master
    Fix Description:
    we are enabling transactions everywhere - since we are opening databases
    with DB_AUTO_COMMIT we must either open and pass a valid txn handle to
    all operations that modify the database (put, del) or we must pass the
    DB_AUTO_COMMIT flag to those operations.
    Platforms tested: RHEL6 x86_64, RHEL5 i386
    Flag Day: no
    Doc impact: no