SHOW TRANSACTION RULE
Description
The SHOW TRANSACTION RULE
syntax is used to query transaction rule configuration.
Syntax
Grammar Railroad diagram
ShowTransactionRule ::=
'SHOW' 'TRANSACTION' 'RULE'
Return Value Description
Colume | Description |
---|---|
users | users |
provider | privilege provider type |
props | privilege properties |
Example
- Query transaction rule configuration
SHOW TRANSACTION RULE;
mysql> SHOW TRANSACTION RULE;
+--------------+---------------+-------+
| default_type | provider_type | props |
+--------------+---------------+-------+
| LOCAL | | |
+--------------+---------------+-------+
1 row in set (0.05 sec)
Reserved word
SHOW
, TRANSACTION
, RULE
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .