pingcap/tidb

`show bindings` returns session bindings and global bindings

Open

#16.747 aberto em 23 de abr. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Go (6.186 forks)batch import
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request

Métricas do repositório

Stars
 (40.090 stars)
Métricas de merge de PR
 (Mesclagem média 14d 4h) (346 fundiu PRs em 30d)

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.

Guia do colaborador