Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: use types.Row to write result set. #5056

Merged
merged 7 commits into from Nov 10, 2017
Merged

Conversation

coocood
Copy link
Member

@coocood coocood commented Nov 9, 2017

Prepare to use Chunk

@coocood
Copy link
Member Author

coocood commented Nov 9, 2017

@zz-jason @tiancaiamao PTAL

@coocood
Copy link
Member Author

coocood commented Nov 9, 2017

/run-all-tests

@coocood
Copy link
Member Author

coocood commented Nov 9, 2017

/run-all-tests

@coocood
Copy link
Member Author

coocood commented Nov 9, 2017

/run-common-test tidb-test=pr/401
/run-integration-common-test tidb-test=pr/401

@coocood
Copy link
Member Author

coocood commented Nov 9, 2017

/run-common-test tidb-test=pr/401
/run-integration-common-test tidb-test=pr/401

@coocood
Copy link
Member Author

coocood commented Nov 10, 2017

/run-common-test tidb-test=pr/401

@coocood
Copy link
Member Author

coocood commented Nov 10, 2017

/run-common-test tidb-test=pr/401

@coocood
Copy link
Member Author

coocood commented Nov 10, 2017

/run-all-test tidb-test=pr/401

d.SetValue(t)
x = new(types.MyDecimal)
err := x.FromFloat64(ctx.Value.GetFloat64())
terror.Log(err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

errors.Trace(err)

if ctx.Value.Kind() == types.KindFloat64 {
dec := new(types.MyDecimal)
err := dec.FromFloat64(ctx.Value.GetFloat64())
terror.Log(err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coocood coocood added the status/LGT1 Indicates that a PR has LGTM 1. label Nov 10, 2017
@tiancaiamao
Copy link
Contributor

LGTM

@coocood coocood merged commit 8fd5c7d into pingcap:master Nov 10, 2017
@coocood coocood deleted the dump-row branch November 10, 2017 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT1 Indicates that a PR has LGTM 1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants