Bug #25150 | Request for more durable binlog when hardware reboots | ||
---|---|---|---|
Submitted: | 18 Dec 2006 16:17 | Modified: | 18 Dec 2006 16:51 |
Reporter: | Mark Callaghan | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
Version: | 5.0 | OS: | Linux (Linux 2.6) |
Assigned to: | CPU Architecture: | Any | |
Tags: | binlog, replication, truncate |
[18 Dec 2006 16:17]
Mark Callaghan
[18 Dec 2006 16:33]
MySQL Verification Team
Mark, 4.1 has the option --sync-binlog=N, which does a fsync() on the binlog after every Nth write to it. It works just fine and I think it would not be that difficult to extract a patch just for that feature in 4.1 and apply it yourself, with our help, if needed. Let us know what else can we do for you. Sinisa Milivojevic
[18 Dec 2006 16:51]
Mark Callaghan
Thanks for the prompt response. That feature will help a lot.