Skip to content

Commit

Permalink
bugfix flike#174
Browse files Browse the repository at this point in the history
  • Loading branch information
flike committed Jun 3, 2016
1 parent 6ef1627 commit a890a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/server/conn_resultset.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ func (c *ClientConn) buildResultset(fields []*mysql.Field, names []string, value

r.RowDatas = append(r.RowDatas, row)
}
//assign the values to the result
r.Values = values

return r, nil
}
Expand Down

0 comments on commit a890a8d

Please sign in to comment.