[MDEV-25102] Restore Mariadb dump cannot be restored: ERROR 1032 (HY000) at line xx: Can't find record in .. Created: 2021-03-10 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.4.17, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thies Meincke | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 8 |
| Labels: | regression | ||
| Environment: |
SLES 12.5, SLES 15.2 |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
A dump of a table with a UNQUE KEY cannot be restored. Error: ERROR 1032 (HY000) at line xx: Can't find record in ... we can reproduce the error with this dum file of a table "seiten":
when the line
is removed the dump can be restored. |
| Comments |
| Comment by Alice Sherepa [ 2021-03-12 ] | |||||||||||||
|
Thanks! It is reproducible on 10.4,10.5, the problem with UNIQUE KEY..USING HASH
| |||||||||||||
| Comment by Andrei Elkin [ 2022-02-22 ] | |||||||||||||
|
sanja, I am re-distributing Sachin's bugs. If anything you'll find unrelated to you, please bounce back to me or straight to serg | |||||||||||||
| Comment by Elena Stepanova [ 2022-05-17 ] | |||||||||||||
|
Or, in simpler terms,
| |||||||||||||
| Comment by Kim Gert Nielsen [ 2023-04-11 ] | |||||||||||||
|
I can reproduce it in 10.6-12 too when restoring |