[MDEV-20418] SERVER_MORE_RESULTS_EXISTS is not set when response multiple BINLOG statements Created: 2019-08-26 Updated: 2019-08-26 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Protocol |
| Affects Version/s: | 10.4.7 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pengfei He | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | protocol | ||
| 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. |