[MDEV-31307] Second excution of query "select * from t1 where a is null" where a is auto_increment column doesn't return result Created: 2023-05-19 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.9, 10.10, 11.0, 11.1 |
| Fix Version/s: | 10.4, 10.5, 10.6, 11.0, 11.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lena Startseva | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In testcase below expected that LAST_INSERT_ID() and "select * from t1 where a is null" have the same behavior, but "select * from t1 where a is null" doesn't return result on second execution:
Actual result:
Expected result:
|