pingcap/tidb

`show bindings` returns session bindings and global bindings

Open

#16,747 建立於 2020年4月23日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Go (40,090 star) (6,186 fork)batch import
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request

描述

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.

貢獻者指南