pingcap/tidb
GitHub で見る`show bindings` returns session bindings and global bindings
Open
#16,747 opened on 2020年4月23日
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request
Repository metrics
- Stars
- (40,090 stars)
- PR merge metrics
- (平均マージ 14d 4h) (30d で 346 merged PRs)
説明
Feature Request
We have three ways to get bindings:
show bindings;
show session bindings;
show global bindings;
For now, show bindings is equivalent to show session bindings, we'd better to make show bindings return both session bindings and global bindings.