Score:0

Warning - InnoDB: Page xxx in the doublewrite buffer is not within space bounds: page [page id: space=yyy, page number=zzz]

sa flag

I keep encountering this warning when the tablespace file mytable.ibd is over 4G bytes, then get the following error:

[ERROR] InnoDB: Trying to access page number xxx in space yyy, space name mydatabase/mytable, which is outside the tablespace bounds. Byte offset 0, len zzz, i/o type read. If you get this error at mysqld startup, please check that your my.cnf matches the ibdata files that you have in the MySQL server.

Then, mysqld exits.

The command I used to create the table is:

CREATE TABLE mytable ( title varchar(700) NOT NULL DEFAULT '', content mediumtext NOT NULL, ctime datetime NOT NULL, PRIMARY KEY (title(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPRESSED

The system is mysql server version 5.7.38.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.