Bug #109953 InnoDB checkpoint disabled assertion error
Submitted: 7 Feb 2023 9:15 Modified: 7 Feb 2023 9:59
Reporter: Pedro Ferreira Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DML Severity:S6 (Debug Builds)
Version:8.0.32 OS:Ubuntu (22.04)
Assigned to: CPU Architecture:x86 (x86_64)
Tags: check, checkpoint, restart

[7 Feb 2023 9:15] Pedro Ferreira
Description:
On a new database run the following queries:

CREATE TABLE t0 (c0 INT);
SET GLOBAL INNODB_CHECKPOINT_DISABLED = 1;
CHECK TABLE t0;

Then issue a SHUTDOWN command, and the server will hit an assertion error at ut0dbg.cc:99

my_abort();

I am setting a debugging flag. If you don't consider this a bug, please close this issue.

The compilation parameters are the same as issue 108148:

-DWITH_DEBUG=1 -DWITH_ASAN=ON -DWITH_UBSAN=ON and boost library version 1.77

How to repeat:
Run the queries above.
[7 Feb 2023 9:59] MySQL Verification Team
Hello Pedro Ferreira,

Thank you for the report and feedback.

regards,
Umesh