Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4.7
Description
A connection with CLIENT_MULTI_STATEMENTS flag can send multiple statements to server, and server should response with the SERVER_MORE_RESULTS_EXISTS flag if it really has more results. This works well except multiple BINLOG statements.
BINLOG statement is not different from other CUD statements on the C/S protocol layer, they should be treated equally.