Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
-
None
Description
Add the condition in InnoChecksum tool to check whether page number stored in the disk
matches with in-memory page number we count during tablespace read. This could
catch the write corruption caused by InnoDB.
Attachments
Issue Links
- relates to
-
MDEV-29938 InnoDB: Assertion failure in btr0pcur.cc line 532
-
- Open
-
-
MDEV-21109 Table corruption not detected with CHECK TABLE or innochecksum, only with mariabackup
-
- Closed
-
-
MDEV-35463 Validate page _id mismatch in innochecksum tool
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Marko Mäkelä [ marko ] | Thirunarayanan Balathandayuthapani [ thiru ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.2.26 [ 23409 ] | |
Fix Version/s | 10.3.17 [ 23411 ] | |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.4.7 [ 23720 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 97772 ] | MariaDB v4 [ 156397 ] |
Link | This issue relates to MDEV-29938 [ MDEV-29938 ] |
Zendesk Related Tickets | 132703 |
Link |
This issue relates to |
I believe that is_page_corrupted() in innochecksum() should be refined and tested a little more:
OK to push after these changes.