db_abort_transaction

one of the documented procedures in this installation of the ACS
Usage:
db_abort_transaction
What it does:
Aborts a transaction.
Defined in: /web/philip/packages/acs-core/10-database-procs.tcl

Source code:


    # Not a real error. We just throw this so db_transaction can catch it and know
    # to abort things.
    error "<<AD_ABORT_TRANSACTION>>" 1


philg@mit.edu