morrySnow commented on code in PR #67976:
URL: https://github.com/apache/doris/pull/67976#discussion_r4011777247
##########
fe/fe-core/src/main/java/org/apache/doris/qe/MysqlConnectProcessor.java:
##########
@@ -131,9 +131,13 @@ protected void handleExecute(PrepareCommand
prepareCommand, long stmtId, Prepare
try {
ctx.getProtocolAdapter().beforeStatement(ctx);
StatementContext statementContext = prepCtx.getStatementContext();
+ // The raw COM_STMT_EXECUTE body starting at the null bitmap, kept
for forwarding
+ // a write statement to the master FE.
Review Comment:
If you want to fix two separate issues, please submit two separate pull
requests to handle them respectively.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]