[MDEV-29061] Prepared insert statement doesn't insert rows Created: 2022-07-08 Updated: 2023-10-01 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Michael Widenius | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | regression | ||
| Description |
|
10.5 ha introduced a bug in derived_view.test (10.4 is correct) From the result file:
The last SELECT query should return 4 '1' rows. Somehow the last insert statement didn't insert any rows. I marked this as Critical as this is a regression |
| Comments |
| Comment by Sergei Golubchik [ 2022-07-25 ] | ||||||||||||||||||||
|
sanja, this was introduced in the commit cf63eecef44f | ||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2022-07-25 ] | ||||||||||||||||||||
|
Result form 10.4 looks the same:
| ||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2022-07-25 ] | ||||||||||||||||||||
|
ah, it is abot stored... |