| Bug #108162 | Debug injection point "clone_crash_during_page_archiving" unused | ||
|---|---|---|---|
| Submitted: | 17 Aug 2022 9:19 | Modified: | 17 Aug 2022 9:35 |
| Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Server: InnoDB storage engine | Severity: | S6 (Debug Builds) |
| Version: | 8.0.30 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | Clone, debug | ||
[17 Aug 2022 9:35]
MySQL Verification Team
Hello Laurynas, Thank you for the report and feedback! regards, Umesh

Description: $ grep -r clone_crash_during_page_archiving * storage/innobase/clone/clone0snapshot.cc: DBUG_EXECUTE_IF("clone_crash_during_page_archiving", DBUG_SUICIDE();); $ As you can see the debug injection point is declared but nothing is using it. How to repeat: See above Suggested fix: Write a testcase or remove