MDEV-14425 fix inadverent changes on Windows
innodb_flush_log_on_trx_commit=2 means we want to write redo using filesystem buffering, and not flushing each time. Also simplify code, remove gotos, and comment on a bug in mariabackup that produces redo of odd sizes, that must be worked around by forcing file to be buffered.
Showing
Please register or sign in to comment