Skip to content

Commit f185d4a

Browse files
author
James Cor
committed
TODO
1 parent 8aaba4e commit f185d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ func (h *Handler) resultForDefaultIter2(ctx *sql.Context, c *mysql.Conn, iter sq
805805
wg := sync.WaitGroup{}
806806
wg.Add(2)
807807

808+
// TODO: send results instead of rows?
808809
// Read rows from iter and send them off
809810
var rowChan = make(chan sql.Row2, 512)
810811
eg.Go(func() (err error) {

0 commit comments

Comments
 (0)