[MDEV-27885] Unexpected delete when data truncation Created: 2022-02-18 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Delete |
| Affects Version/s: | 10.8.2 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | John Jove | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 20.04LTS |
||
| Description |
|
I try the following statements on MariaDB-10.8.2:
The DELETE statement deleted the first row, and a warning was generated.
The UPDATE statement failed and generated an error. |