yanglimingcn commented on issue #692: Add Mysql Protocol, only support text protocol now, not support trans… URL: https://github.com/apache/incubator-brpc/pull/692#issuecomment-474781405 mysql没有correlation_id机制,需要通过pipelined_count机制,但是如果一次执行10个命令,都执行成功了会有10个回复,如果有1个命令执行失败,那么后边的命令就不会有返回,返回的多个消息判断是否结束是靠is_multi的结果判断的。
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
