Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Nov 26, 2024
1 parent ab4fdcd commit edcbe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/plan_cache_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

func _put(pc sessionctx.InstancePlanCache, testKey, memUsage, statsHash int64) (succ bool) {
v := &PlanCacheValue{testKey: testKey, memoryUsage: memUsage}
v := &PlanCacheValue{testKey: testKey, Memory: memUsage}
return pc.Put(fmt.Sprintf("%v-%v", testKey, statsHash), v, nil)
}

Expand Down

0 comments on commit edcbe83

Please sign in to comment.