[MDEV-17610] Unexpected connection abort after certain operations from within stored procedure Created: 2018-11-03 Updated: 2019-09-03 Resolved: 2019-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements, Scripts & Clients, Stored routines |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.24, 5.5.64, 10.1.39, 10.3.15, 10.4.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | affects-tests | ||
| Issue Links: |
|
||||||||
| Description |
|
Another example:
The server doesn't crash, it's really just a connection loss. However, 10.2+ shows a different problem on the same test case, but with --ps-protocol:
|
| Comments |
| Comment by Elena Stepanova [ 2018-12-25 ] |
|
Assigning to serg for dispatching, I don't know to whom it should belong, if anyone. |
| Comment by Vladislav Vaintroub [ 2019-04-03 ] |
|
there is an extra OK packet sent by the server as part of CALL sp
client, after SELECT "Still here"
|
| Comment by Vladislav Vaintroub [ 2019-04-04 ] |
|
Ok, the actual problem is the missing MORE_RESULTS_EXIST flag after result set |