Bug #18073 | selective enabling/disabling of binary log | ||
---|---|---|---|
Submitted: | 8 Mar 2006 15:11 | Modified: | 23 May 2006 10:02 |
Reporter: | Rob Blick | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
Version: | 5.0.18 | OS: | Linux (linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[8 Mar 2006 15:11]
Rob Blick
[23 May 2006 10:02]
Valeriy Kravchuk
Thank you for a reasonable feature request.
[4 Oct 2008 19:12]
Konstantin Osipov
Is quite doable in case of row-based replication. Nearly impossible to do for statement-based.
[12 Jan 2009 12:47]
Mats Kindahl
This is basically a request for making the --binlog-do-db and friends available as server variables. This is quite doable, but might require some latches to ensure that no conflicts occur when updating the list. There is at least one worklog for that WL#2516.