mysql icon indicating copy to clipboard operation
mysql copied to clipboard

Incomplete resultset reads

Open anarthal opened this issue 5 years ago • 0 comments

Currently, starting a request to the server (e.g. query, prepare_statement, prepared_statement::execute) before fully reading a resultset results in undefined behavior. Check if there is any way of lifting this restriction (e.g. using packet sequence number) or provide a way to completely read and discard all remaining packets in a resultset.

anarthal avatar Nov 29 '20 17:11 anarthal