pingcap/tidb
Voir sur GitHub`show bindings` returns session bindings and global bindings
Open
#16 747 ouverte le 23 avr. 2020
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request
Métriques du dépôt
- Stars
- (40 090 stars)
- Métriques de merge PR
- (Merge moyen 14j 4h) (346 PRs mergées en 30 j)
Description
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.