Skip to content

Commit

Permalink
update-s
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Mar 1, 2024
1 parent cb488a9 commit b86448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bindinfo/binding_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (fbc *fuzzyBindingCache) fastGet(sctx sessionctx.Context, bindingCache Bind
missingSQLDigest = append(missingSQLDigest, sqlDigest)
}
}
return matchedBinding, leastWildcards, isMatched, missingSqlDigest
return matchedBinding, leastWildcards, isMatched, missingSQLDigest
}

func (fbc *fuzzyBindingCache) slowGet(sctx sessionctx.Context, missingfuzzyDigest []string, tableNames []*ast.TableName, enableFuzzyBinding bool, leastWildcards int) (matchedBinding Binding, isMatched bool) {
Expand Down

0 comments on commit b86448c

Please sign in to comment.