Skip to content

Commit

Permalink
Merge branch 'master' into issue-27655
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Sep 13, 2021
2 parents bed15eb + 9d3b67f commit feced81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessionctx/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type Context interface {
// GetClient gets a kv.Client.
GetClient() kv.Client

// GetClient gets a kv.Client.
// GetMPPClient gets a kv.MPPClient.
GetMPPClient() kv.MPPClient

// SetValue saves a value associated with this context for key.
Expand Down Expand Up @@ -113,7 +113,7 @@ type Context interface {
AddTableLock([]model.TableLockTpInfo)
// ReleaseTableLocks releases table locks in the session lock map.
ReleaseTableLocks(locks []model.TableLockTpInfo)
// ReleaseTableLockByTableID releases table locks in the session lock map by table ID.
// ReleaseTableLockByTableIDs releases table locks in the session lock map by table IDs.
ReleaseTableLockByTableIDs(tableIDs []int64)
// CheckTableLocked checks the table lock.
CheckTableLocked(tblID int64) (bool, model.TableLockType)
Expand Down

0 comments on commit feced81

Please sign in to comment.