Searched defs:XA_RBBASE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dxa.h132 #define XA_RBBASE 100 /* The inclusive lower bound of the macro
134 #define XA_RBROLLBACK XA_RBBASE /* The rollback was caused by an
136 #define XA_RBCOMMFAIL XA_RBBASE+1 /* The rollback was caused by a
138 #define XA_RBDEADLOCK XA_RBBASE+2 /* A deadlock was detected */
139 #define XA_RBINTEGRITY XA_RBBASE+3 /* A condition that violates the
142 #define XA_RBOTHER XA_RBBASE+4 /* The resource manager rolled back the
145 #define XA_RBPROTO XA_RBBASE+5 /* A protocol error occurred in the
147 #define XA_RBTIMEOUT XA_RBBASE+6 /* A transaction branch took too long */
148 #define XA_RBTRANSIENT XA_RBBASE+7 /* May retry the transaction branch */

Completed in 58 milliseconds