Skip to content

Commit

Permalink
add comments for function
Browse files Browse the repository at this point in the history
Signed-off-by: joccau <zak.zhao@pingcap.com>
  • Loading branch information
joccau committed Apr 13, 2022
1 parent 79e68e1 commit 27ceadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sessionctx/variable/mock_globalaccessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (m *MockGlobalAccessor) SetGlobalSysVarOnly(name string, value string) erro
panic("not supported")
}

// GetTableValueInSystemDB implements GlobalVarAccessor.GetTableValueInSystemDB interface.
func (m *MockGlobalAccessor) GetTableValueInSystemDB(tblName string, varName string) (string, error) {
panic("not supported")
}

0 comments on commit 27ceadb

Please sign in to comment.