pingcap/tidb
Auf GitHub ansehen`show bindings` returns session bindings and global bindings
Open
#16.747 geöffnet am 23. Apr. 2020
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request
Repository-Metriken
- Stars
- (40.090 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 14T 4h) (346 gemergte PRs in 30 T)
Beschreibung
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.