randgen team mailing list archive
-
randgen team
-
Mailing list archive
-
Message #00048
[Bug 643468] Re: Add --innodb_fast_shutdown=2 sys-syinc to scripts
This is a MariaDB option that makes all fsync() calls to the operating
system a no-op, so that the test does not have to wait for disk I/O to
complete. I think the net effect is similar to libeatmydata , and , as
long as the OS itself does not crash, even recovery testing should work
properly.
I will add the option as --loose- ... so that it does not cause errors
on MySQL servers.
--
Add --innodb_fast_shutdown=2 sys-syinc to scripts
https://bugs.launchpad.net/bugs/643468
You received this bug notification because you are a member of Random
Query Generator Team, which is subscribed to Random Query Generator.
Status in SQL Generator for testing SQL servers (MySQL, JavaDB, PostgreSQL): New
Bug description:
Add those options, plus any others which may help, to speed up the operation (startup/shutdown) of various scripts, especially in the presence of innodb .
References