pingcap/tidb

`show bindings` returns session bindings and global bindings

Open

#16.747 aperta il 23 apr 2020

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Go (6186 fork)batch import
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request

Metriche repository

Star
 (40.090 star)
Metriche merge PR
 (Merge medio 14g 4h) (346 PR mergiate in 30 g)

Descrizione

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.

Guida contributor