pingcap/tidb

`show bindings` returns session bindings and global bindings

Open

#16,747 创建于 2020年4月23日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Go (6,186 fork)batch import
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request

仓库指标

Star
 (40,090 star)
PR 合并指标
 (平均合并 14天 4小时) (30 天内合并 346 个 PR)

描述

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.

贡献者指南