mariadb/mysql-test/suite/sys_vars
unknown 288eeb3a31 MDEV-232: Remove one fsync() from commit phase.
Introduce a new storage engine API method commit_checkpoint_request().
This is used to replace the fsync() at the end of every storage engine
commit with a single fsync() when a binlog is rotated.

Binlog rotation is now done during group commit instead of being
delayed until unlog(), removing some server stall and avoiding an
expensive lock/unlock of LOCK_log inside unlog().
2012-09-13 14:31:29 +02:00
..
inc Dependency of tests from ulong size removed. 2012-04-19 17:00:13 +03:00
r MDEV-232: Remove one fsync() from commit phase. 2012-09-13 14:31:29 +02:00
t merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
disabled.def merged with XtraDB 1.1.8-26.0 2012-06-15 14:54:23 +02:00