RaigorJiang commented on issue #13575:
URL: 
https://github.com/apache/shardingsphere/issues/13575#issuecomment-970003975


   Hi @penghuazhou ,
   Indeed, as you reported, the proxy loads Atomikos, but the actual 
transaction type used is not affected by this. 
   You can execute the following statement to query the currently used 
transaction type:
   ```sql
   mysql> show variable transaction_type;
   +------------------+
   | transaction_type |
   +------------------+
   | LOCAL |
   +------------------+
   1 row in set (0.01 sec)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to