1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-19514 preparation: Extend innodb.innodb-change-buffer-recovery

Test innodb_read_only startup (which will be refused after a crash),
and test also innodb_force_recovery=5, and extract some change buffer
merge statistics. Omit any statistics about delete (purge) buffering,
because purge could happen at any time.

Use the sequence storage engine for populating the table.
This commit is contained in:
Marko Mäkelä
2019-09-26 12:48:55 +03:00
parent 23d675453f
commit 2d6719d7ee
3 changed files with 47 additions and 33 deletions

View File

@ -1,2 +1 @@
--log-error=$MYSQLTEST_VARDIR/tmp/my_restart.err
--innodb_buffer_pool_size=24M