• Jeremy Hylton's avatar
    Fix two apparent bugs in logic to handle waiting transactions. · 1f9a2369
    Jeremy Hylton authored
    tpc_abort() and tpc_finish() should always reset _transaction and
    strategy attributes before calling _handle_waiting().  XXX Not sure
    that it actually makes a difference, but the code seems simpler.
    
    Only issues the "blocked transaction restarted" method when _restart()
    returns true.
    1f9a2369
StorageServer.py 19.7 KB