Skip to content

Commit

Permalink
TEIID-3988 adding a note about the xa setting
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed May 25, 2016
1 parent f4723c7 commit a28e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/Translators.adoc
Expand Up @@ -72,7 +72,7 @@ The execution properties for a translator typically have reasonable defaults. Fo
|false

|TransactionSupport
|The highest level of transaction support. Used by the engine as a hint to determine if a transaction is needed for autoCommitTxn=DETECT mode. Can be one of XA, NONE, or LOCAL.
|The highest level of transaction support. Used by the engine as a hint to determine if a transaction is needed for autoCommitTxn=DETECT mode. Can be one of XA, NONE, or LOCAL. If XA, then access under a transaction will be serialized.
|XA
|===

Expand Down

0 comments on commit a28e6ee

Please sign in to comment.