-
Notifications
You must be signed in to change notification settings - Fork 276
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
[bug] when migrate prepare stmt, migrate param types filed. #15162
Conversation
@volgariver6 Thanks for your contributions! Here are review comments for file go.mod: Pull Request Review:Title:The title of the pull request indicates that there is a bug related to migrating prepare statements and parameter types being filed. It's clear that the PR aims to address this issue. Body:The body of the pull request specifies that it is a bug fix related to issue #2652. The description is concise and to the point, mentioning the specific problem being addressed. Changes in go.mod:
Suggestions for Improvement:
Overall:The pull request addresses a specific bug related to migrating prepare statements and parameter types. While the change in the Here are review comments for file pkg/frontend/mysql_cmd_executor.go: Pull Request Review:Title and Body:The title and body of the pull request indicate that it is addressing a bug related to migrating the param types field when preparing a statement. The title could be more descriptive to provide a clearer understanding of the issue being fixed. The body mentions the specific issue being addressed and the reason for the PR, which is helpful. Changes in
|
1464564
to
24a1789
Compare
24a1789
to
7dd60de
Compare
What type of PR is this?
Which issue(s) this PR fixes:
issue https://github.com/matrixorigin/MO-Cloud/issues/2652
What this PR does / why we need it:
when migrate prepare stmt, migrate param types filed.