mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
MDEV-24024 innodb.ibuf_not_empty failed in buildbot
Probably due to the changes to page flushing in MDEV-23399
(commit 7cffb5f6e8
) the command
CHECK TABLE would occasionally report a different number of rows
for the corrupted secondary index. (The reported number was 991
instead of 990 on one occasion.)
Let us map all numbers to 990 in the output. We only care that the
injected corruption will be detected.
This commit is contained in:
parent
c27e53f459
commit
00ddea4f2f
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ EOF
|
|||
--let $restart_parameters= --innodb-force-recovery=6 --innodb-change-buffer-dump
|
||||
--source include/start_mysqld.inc
|
||||
|
||||
--replace_regex /contains \d+ entries/contains 990 entries/
|
||||
check table t1;
|
||||
|
||||
--source include/shutdown_mysqld.inc
|
||||
|
|
Loading…
Reference in a new issue