1# Force a change buffer merge, so that --innodb-read-only will not
2# refuse startup, in case there exist buffered changes from earlier tests.
3SET GLOBAL innodb_fast_shutdown = 0;
4
5let $restart_parameters = restart: --innodb-read-only;
6--source include/restart_mysqld.inc
7let $restart_parameters=;
8