[MDEV-22559] reexecution of prepared statement return wrong first row data Created: 2020-05-14 Updated: 2023-12-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.4.13, 10.5.2 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Dmitry Shulga |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | CONNECTOR_RELATED | ||
| Attachments: |
|
| Description |
|
tested, but not reproduced on 10.2, 10.3 server There is an issue when reusing multiple time COM_STMT_EXECUTE. Join to this issue are 2 files (sql + java test) to reproduced the issue. First row content is normally :
but sometime is :
|