mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
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.