Bug #115701 [ERROR] [MY-012441] [InnoDB] Unable to find a record to delete-mark
Submitted: 26 Jul 2024 17:11 Modified: 26 Jul 2024 18:34
Reporter: Michael Hudacko Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:8.0.36 OS:CentOS (Linux 3.10.0-1160.76.1.el7.x86_64)
Assigned to: CPU Architecture:x86 (Linux 3.10.0-1160.76.1.el7.x86_64)

[26 Jul 2024 17:11] Michael Hudacko
Description:
2024-07-25T18:37:17.393174Z 0 [ERROR] [MY-012441] [InnoDB] Unable to find a record to delete-mark
InnoDB: tuple DATA TUPLE: 4 fields;
 0: len 8; hex 80000000000001b6; asc         ;;
 1: len 9; hex 4341445f4f54484552; asc CAD_OTHER;;
 2: len 5; hex 99b3f30802; asc      ;;
 3: len 8; hex 80000000276f0cc3; asc     'o  ;;

InnoDB: record PHYSICAL RECORD: n_fields 4; compact format; info bits 0
 0: len 8; hex 80000000000001b6; asc         ;;
 1: len 9; hex 4341445f4f54484552; asc CAD_OTHER;;
 2: len 5; hex 99b3f1760e; asc    v ;;
 3: len 8; hex 80000000276d9967; asc     'm g;;
2024-07-25T18:37:17.394297Z 0 [ERROR] [MY-012442] [InnoDB] page [page id: space=1319, page number=9368654] (328 records, index id 3959).
2024-07-25T18:37:17.394327Z 0 [ERROR] [MY-012443] [InnoDB] Submit a detailed bug report to http://bugs.mysql.com
2024-07-25T18:37:25.426325Z 0 [ERROR] [MY-012441] [InnoDB] Unable to find a record to delete-mark
InnoDB: tuple DATA TUPLE: 4 fields;
 0: len 8; hex 800000000000334f; asc       3O;;
 1: len 9; hex 4341445f4f54484552; asc CAD_OTHER;;
 2: len 5; hex 99b3f30805; asc      ;;
 3: len 8; hex 80000000276f0cc8; asc     'o  ;;

InnoDB: record PHYSICAL RECORD: n_fields 4; compact format; info bits 0
 0: len 8; hex 800000000000334f; asc       3O;;
 1: len 9; hex 4341445f4f54484552; asc CAD_OTHER;;
 2: len 5; hex 99b3f17610; asc    v ;;
 3: len 8; hex 80000000276d996d; asc     'm m;;
2024-07-25T18:37:25.427907Z 0 [ERROR] [MY-012442] [InnoDB] page [page id: space=1319, page number=9585436] (281 records, index id 3959).
2024-07-25T18:37:25.427939Z 0 [ERROR] [MY-012443] [InnoDB] Submit a detailed bug report to http://bugs.mysql.com

How to repeat:
Instance restart
[26 Jul 2024 18:34] MySQL Verification Team
Hi Mr. Hudacko,

Thank you for your bug report.

However, this is a forum for the bugs with fully repeatable test cases. Each such test case should consist of a set of SQL statements leading to the bug that you are reporting.

in this case, it is the inability to find a delete mark.

We can not do anything until you send us a full test case.

Can't repeat.