6 Apr
2011
6 Apr
'11
6:16 a.m.
MARK CALLAGHAN <mdcallag@gmail.com> 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.