This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-20 05:52:27 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
369c02674c
mariadb
/
mysql-test
/
suite
/
binlog
/
t
/
binlog_xa_recover-master.opt
2 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
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
--skip-stack-trace --skip-core-file --loose-debug-dbug=+d,xa_recover_expect_master_bin_000004
Reference in a new issue
Copy permalink