[MDEV-30263] Assertion failure in Protocol::end_statement upon HANDLER READ with invalid timestamp Created: 2022-12-19 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server, Temporal Types |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
No obvious immediate problem on a non-debug build. |
| Comments |
| Comment by Oleksandr Byelkin [ 2023-09-26 ] |
|
Nothing was sent to the client (no error no OK/EOF) because it goes to an ERROR without actually sending error |
| Comment by Oleksandr Byelkin [ 2023-09-26 ] |
|
Field_timestamp::store_TIME_with_warning return warning (which is not protocol error) and return error as a result (so upper levels thing error returnned |