Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6, 10.7(EOL)
Description
SET sql_mode='',foreign_key_checks=0,unique_checks=0;
|
SET GLOBAL innodb_checksum_algorithm=CRC32;
|
SET SESSION AUTOCOMMIT=OFF;
|
CREATE TABLE t (c INT) ENGINE=InnoDB;
|
INSERT INTO t (c) VALUES (0);
|
Leads to (error log):
10.7.0 57f14eab20ae2733eb341f3d293515a10a40bc48 (Debug) |
2021-07-09 19:47:31 4 [Note] InnoDB: Resetting invalid page [page id: space=5, page number=3] type 17855 to 6.
|
Happens on debug+optimized. 10.6/7 Only.
Attachments
Issue Links
- is caused by
-
MDEV-515 innodb bulk insert
- Closed
-
MDEV-24818 Concurrent use of InnoDB table is impossible until the first transaction is finished
- Closed