SHOW TRANSACTION RULE
语法用于查询事务规则配置。
ShowTransactionRule ::=
'SHOW' 'TRANSACTION' 'RULE'
列 | 说明 |
---|---|
default_type | 默认事务类型 |
provider_type | 事务提供者类型 |
props | 事务参数 |
SHOW TRANSACTION RULE;
mysql> SHOW TRANSACTION RULE;
+--------------+---------------+-------+
| default_type | provider_type | props |
+--------------+---------------+-------+
| LOCAL | | |
+--------------+---------------+-------+
1 row in set (0.05 sec)
SHOW
、TRANSACTION
、RULE