The SHOW TRANSACTION RULE syntax is used to query transaction rule configuration.
ShowTransactionRule ::=
  'SHOW' 'TRANSACTION' 'RULE'
| Colume | Description | 
|---|---|
| users | users | 
| provider | privilege provider type | 
| props | privilege properties | 
SHOW TRANSACTION RULE;
mysql> SHOW TRANSACTION RULE;
+--------------+---------------+-------+
| default_type | provider_type | props |
+--------------+---------------+-------+
| LOCAL        |               |       |
+--------------+---------------+-------+
1 row in set (0.05 sec)
SHOW, TRANSACTION, RULE
