Skip to content

Commit 0456bda

Browse files
committed
Fix ".timing" returning incorrect row count for aggregator connections. Closes #200
1 parent 07d581b commit 0456bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/hub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ func (h *Hub) AddScanMetadata(iter Iterator) {
197197
if g, ok := iter.(*groupIterator); ok {
198198
for _, i := range g.Iterators {
199199
h.AddScanMetadata(i)
200-
return
201200
}
201+
return
202202
}
203203

204204
connectionName := iter.ConnectionName()

0 commit comments

Comments
 (0)