MARK CALLAGHAN <[email protected]> writes: > Is commit_ordered called before or after the transaction's XID event > has been written to the binlog? > ....after it has been forced (fsync) to the binlog?
It is called just after XID event has been written (and fsync()ed in case of sync_binlog=1) to binlog. - Kristian. _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

