Skip to content

Commit

Permalink
solve_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JayLZhou committed Nov 27, 2021
1 parent 2bc4e2a commit b55239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func TestSlowLogFormat(t *testing.T) {
seVar.ConnectionID = 1
seVar.CurrentDB = "test"
seVar.InRestrictedSQL = true
seVar.StmtCtx.ReadFromTableCache = true
seVar.StmtCtx.WaitLockLeaseTime = 1
txnTS := uint64(406649736972468225)
costTime := time.Second
execDetail := execdetails.ExecDetails{
Expand Down

0 comments on commit b55239f

Please sign in to comment.