eldenmoon commented on code in PR #43038:
URL: https://github.com/apache/doris/pull/43038#discussion_r1825409455


##########
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##########
@@ -2810,7 +2810,7 @@ public void sendStmtPrepareOK(int stmtId, List<String> 
labels) throws IOExceptio
             context.getMysqlChannel().sendOnePacket(serializer.toByteBuffer());
         }
         context.getMysqlChannel().flush();
-        context.getState().setNoop();

Review Comment:
   what happend if setOK? you should distingwish diffent behavior bettwen NOOP 
and OK



-- 
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]

Reply via email to