[MDEV-22704] [ERROR] InnoDB: page [page id: space=219, page number=1590] (313 records, index id 540). Created: 2020-05-25 Updated: 2020-06-28 Resolved: 2020-06-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.4.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Matt | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | corruption, need_feedback | ||
| Environment: |
Centos 8 |
||
| Description |
|
InnoDB: tuple DATA TUPLE: 3 fields; InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 InnoDB: record PHYSICAL RECORD: n_fields 3; compact format; info bits 0 |
| Comments |
| Comment by Thirunarayanan Balathandayuthapani [ 2020-05-26 ] |
|
Matt.N Please attach the error log file and my.cnf file. More detail description could be useful to understand the root cause.(like when it occurs or any command or issue happening consistently). Thanks for your report |
| Comment by Marko Mäkelä [ 2020-05-26 ] |
|
Matt.N, can you please provide more information, such as the complete error log, the table schema, and the configuration parameters? The corrupted tablespace ID is 219. You should be able to identify the table via INFORMATION_SCHEMA.INNODB_SYS_TABLES or by finding a .ibd file where the bytes 34 to 37 from the start of the file contain the bytes 0x000000db (big-endian format). |