[MDEV-29203] Incorrect information in file: ... #sql-alter ... .frm on ALTER when adding unique hash index, ERROR 1901 Created: 2022-07-29 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0, 11.1 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0, 11.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | corruption, regression | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Present in InnoDB, MyISAM, Aria but not in MEMORY.
or
Leads to:
Bug confirmed present in: Bug (or feature/syntax) confirmed not present in: |
| Comments |
| Comment by Silver Asu [ 2023-05-30 ] | |
|
Is there any workaround for fixing this table? Everything (SHOW CREATE TABLE, DESCRIBE, mysqldump, etc) gives this error:
| |
| Comment by Roel Van de Paar [ 2023-06-05 ] | |
|
BB That is interesting. In the testcase above, only the ALTER fails, but the table itself remains healthy. Do you have a testcase which causes permanent table corruption? (Even if it is long, we can reduce it). |