Comment 2 for bug 1326379

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: Combination of log archiving, log tracking, small logs, and non-default log block size hangs the server on the bootstrap shutdown

MTR version of the testcase

let $MYSQLD_DATADIR= `select @@datadir`;

mkdir $MYSQLTEST_VARDIR/tmpdatadir;

--write_file $MYSQLTEST_VARDIR/tmp/bootstrap_test.sql
EOF

--echo Running mysqld --bootstrap --innodb-log-archive=1 --innodb-log-block-size=4096 --innodb-log-file-size=1048576 --innodb-track-changed-pages=1
--exec $MYSQLD_BOOTSTRAP_CMD --innodb-log-group-home-dir=$MYSQLTEST_VARDIR/tmpdatadir --innodb-log-archive=1 --innodb-log-block-size=4096 --innodb-log-file-size=1048576 --innodb-track-changed-pages=1 < $MYSQLTEST_VARDIR/tmp/bootstrap_test.sql
remove_file $MYSQLTEST_VARDIR/tmp/bootstrap_test.sql;
remove_files_wildcard $MYSQLTEST_VARDIR/tmpdatadir;
rmdir $MYSQLTEST_VARDIR/tmpdatadir;