pingcap/tidb

`show bindings` returns session bindings and global bindings

開放

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

 (2 則留言) (0 個反應) (0 位負責人)Go (6,186 個分叉)batch import
component/bindinfoepic/sql-plan-managementfeature/acceptedhelp wantedtype/feature-request

倉庫指標

星標
 (40,090 顆星)
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.

貢獻者指南