State
|
Description
|
local_state_active
|
The transaction is currently active in
the server.
|
local_state_inactive
|
The transaction is not currently active
in the server.
|
local_state_preparing
|
The transaction is in the process of
being prepared.
|
local_state_prepared
|
The transaction has been prepared.
|
local_state_committing
|
The transaction is in the process of
being committed.
|
local_state_committed
|
The transaction has been committed.
|
local_state_commit_complete
|
The transaction has committed and all
participants have been informed, but the outcome may not have been
reported to the transaction originator. For example, there may have
been heuristic outcomes.
|
local_state_before_abort
|
The transaction has rolled back but has
not yet started the rollback process.
|
local_state_aborting
|
The transaction is in the process of
rolling back.
|
local_state_aborted
|
The transaction has been rolled back.
|
local_state_abort_complete
|
The transaction has rolled back and all
participants have been informed, but the outcome may not have been
reported to the transaction originator. For example, there may have
been heuristic outcomes.
|
local_state_finished
|
The transaction has completed.
|
local_state_none
|
The server knows about the transaction,
but the server is not a participant in the transaction.
|
local_state_present
|
The transaction is active in the server
but is not yet a participant in the transaction.
|