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

Parameter processing in bind message #60

Open
pupillord opened this issue Sep 7, 2021 · 0 comments
Open

Parameter processing in bind message #60

pupillord opened this issue Sep 7, 2021 · 0 comments

Comments

@pupillord
Copy link
Collaborator

Development Task

In the extend query, backend server will get parameter values through the bind messages. And tidb-server will use the datum structure to store the values of these parameters.

The datum is only used to store value of mysql data type and each type will have a different datum to store in TiDB.

We need to parse the bind message and store the parameter values in different datum according to different types. That is to improve the function parseBindArgs.

Related Files

server/conn_stmt.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant