Skip to content

Commit f68a0b2

Browse files
author
James Cor
committed
Merge branch 'james/queryprocess' of https://github.com/dolthub/go-mysql-server into james/queryprocess
2 parents a992c84 + 37fc279 commit f68a0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/plan/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ func shouldSetFoundRows(node sql.Node) bool {
263263
}
264264

265265
// TODO: possible to move to rowexec package?
266-
func AddTrackedRowIter(ctx *sql.Context, node sql.Node, iter sql.RowIter) sql.RowIter{
266+
func AddTrackedRowIter(ctx *sql.Context, node sql.Node, iter sql.RowIter) sql.RowIter {
267267
trackedIter := NewTrackedRowIter(node, iter, nil, func() {
268268
ctx.ProcessList.EndQuery(ctx)
269269
if span := ctx.RootSpan(); span != nil {

0 commit comments

Comments
 (0)