-
Notifications
You must be signed in to change notification settings - Fork 3.6k
branch-3.1: [fix](mysql protocol)Set more stmt exists flag correctly when forwardto master. #55711 #55871
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
Conversation
… to master. (apache#55711) When execute multiple statements in one batch and CLIENT_MULTI_STATEMENTS is set, Doris server need to set SERVER_MORE_RESULTS_EXISTS flag in the return packet before the last statement. But when the Observer forward stmt to Master, this SERVER_MORE_RESULTS_EXISTS is not set, cause the following statements failed to execute. This pr forward a boolean value to Master, so the Master FE knows it is the last statement or not, and could set SERVER_MORE_RESULTS_EXISTS correctly.
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
run feut |
TPC-H: Total hot run time: 32833 ms
|
FE UT Coverage ReportIncrement line coverage |
TPC-DS: Total hot run time: 193683 ms
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
ClickBench: Total hot run time: 29.38 s
|
run cloud_p0 |
1 similar comment
run cloud_p0 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
backport: #55711