mariadb/mysql-test/suite/large_tests
Monty 3691cc1575 MDEV-18187 Aria engine: Redo phase failed with "error 192 when executing record redo_index_new_page" upon startup on a restored datadir
The issue is that when recovery is about to create a new data or index
page it check if the page already exits.
If the page does not exists (file is too short) or contains wrong checksum,
then the recovery code will recreate the page.
The bug was that the code that checked if the page existed didn't take
into account encrypted pages.

Fixed by adding a check if page could not be encrypted solved the issue.
I also added some code to silence decryption errors for new pages.

Test case and some inspiration for how to solve this come from
the pull request by alexandr.miloslavsky
2021-12-15 16:28:01 +02:00
..
r MDEV-18187 Aria engine: Redo phase failed with "error 192 when executing record redo_index_new_page" upon startup on a restored datadir 2021-12-15 16:28:01 +02:00
t MDEV-18187 Aria engine: Redo phase failed with "error 192 when executing record redo_index_new_page" upon startup on a restored datadir 2021-12-15 16:28:01 +02:00
README.TXT Bug#27029 alter table ... enable keys crashes mysqld on large table 2007-06-21 12:45:56 -04:00

large_test suite
================

Iggy Galarza 07/20/07
---------------------

This test suite should include any test that requires:
1. Longer than the default timeout to complete.
2. A considerable amount of disk space.

These tests can be completed with the following command:

mysql-test-run.pl --suite=large_tests --big-test --suite-timeout=6360 --testcase-timeout=795