Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Sep 11, 2015
1 parent 825bb7c commit af8d96d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion expression/expressions/expression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func newMockPlan(rset *mockRecordset) *mockPlan {

func (p *mockPlan) Do(ctx context.Context, f plan.RowIterFunc) error {
for _, data := range p.rset.rows {

if more, err := f(nil, data[:p.rset.offset]); !more || err != nil {
return err
}
Expand Down
2 changes: 1 addition & 1 deletion expression/expressions/subquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/pingcap/tidb/stmt"
)

// SubQueryStatement implements stmt.Statement and plan.Planner interface
// SubQueryStatement implements stmt.Statement and plan.Planner interface.
type SubQueryStatement interface {
stmt.Statement
plan.Planner
Expand Down

0 comments on commit af8d96d

Please sign in to comment.