replication events will not be propagated to local binlog
Bug #608566 reported by
Seppo Jaakola
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Fix Released
|
Low
|
Seppo Jaakola | ||
0.7 |
Fix Released
|
Low
|
Seppo Jaakola | ||
0.8 |
New
|
Undecided
|
Unassigned |
Bug Description
Replication applier will not forward received replication events to binlog.
To reproduce:
1. Use two nodes (A and B) and set log-bin and log-slave-updates options on node B.
2. send some load to node A
3. check binlog file on node B, it will be empty
Changed in codership-mysql: | |
assignee: | nobody → Seppo Jaakola (seppo-jaakola) |
importance: | Undecided → Low |
milestone: | none → 0.7.5 |
status: | New → In Progress |
Changed in codership-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
A fix was committed in CS 3009: http:// bazaar. launchpad. net/~codership/ codership- mysql/release- 0.7/revision/ 3009
log-slave-updates option was not honored in applier thread.