[MDEV-26927] Table corruption with UNIQUE HASH key on a partitioned table (yet another one) Created: 2021-10-28 Updated: 2023-09-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Server |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
With InnoDB it causes ER_CRASHED_ON_USAGE followed by ER_NO_SUCH_TABLE_IN_ENGINE:
With MyISAM it's ER_GET_ERRNO (error code 190):
Related to UNIQUE HASH KEY, hence not reproducible on 10.3. |
| Comments |
| Comment by Oleksandr Byelkin [ 2023-09-27 ] | |||||||
|
It looks like it was fixed:
|