Skip to content

Conversation

@eldenmoon
Copy link
Member

@eldenmoon eldenmoon commented Jun 20, 2023

Proposed changes

  1. The Mysql Go driver has a logic that terminates when it reads an EOF (end-of-file) and expects no data in the buffer. However, the front-end (FE) mistakenly returns an additional OK packet, which causes an exception to be thrown when reading the buffer.

  2. Refactor some logic to support full prepared not just in where clause, like

select ?, ? from tbl

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@github-actions github-actions bot added the area/planner Issues or PRs related to the query planner label Jun 20, 2023
@eldenmoon
Copy link
Member Author

run buildall

Copy link
Contributor

@xiaokang xiaokang left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Jun 21, 2023
@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@SaintBacchus
Copy link
Contributor

LGTM

@eldenmoon eldenmoon merged commit fcd778f into apache:master Jun 21, 2023
@eldenmoon eldenmoon deleted the fix-mysql-proto branch June 21, 2023 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/planner Issues or PRs related to the query planner dev/2.0-beta-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants