MySQL Forums
Forum List  »  Connector/C++

Re: CDK Error: Reply blocked by a previous one.
Posted by: Rafal Somla
Date: March 04, 2020 03:07AM

Hi Siddhant,

The bad news is that I can reproduce this using the same code as you provided. In my test I call such stored procedure:

CREATE PROCEDURE f()
BEGIN
START TRANSACTION;
SELECT 1;
END

The good news is that I can reproduce this! So now we'll be able to investigate what is going on here - looks like a potential bug in our reply processing logic. I will post an update when we know more about the issue.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.