Skip to content

Commit 7d9ea71

Browse files
author
James Cor
committed
oops
1 parent e5405ae commit 7d9ea71

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
@@ -367,7 +367,7 @@ func (i *TrackedRowIter) updateSessionVars(ctx *sql.Context) {
367367
}
368368

369369
if i.ShouldSetFoundRows {
370-
ctx.SetRowCount(i.numRows)
370+
ctx.SetFoundRows(i.numRows)
371371
}
372372
}
373373

0 commit comments

Comments
 (0)