3351 Andrei Elkin 2011-07-18
wl#5569 MTS
Inadvertently introduced hunk two rev:s back is reverted to please rpl_*_mts_crash_safe.
modified:
sql/rpl_rli_pdb.cc
3350 Andrei Elkin 2011-07-17
wl#5569 MTS
fixing build issue for embedded.
Public visibility for Rows_log_event::do_apply_event() is restored.
modified:
sql/log_event.h
sql/rpl_rli_pdb.h
=== modified file 'sql/rpl_rli_pdb.cc'
--- a/sql/rpl_rli_pdb.cc 2011-07-16 17:08:31 +0000
+++ b/sql/rpl_rli_pdb.cc 2011-07-18 11:52:44 +0000
@@ -1720,7 +1720,7 @@ int slave_worker_exec_job(Slave_worker *
}
}
worker->set_future_event_relay_log_pos(ev->future_event_relay_log_pos);
- error= ev->do_apply_event(worker);
+ error= ev->do_apply_event_worker(worker);
if (ev->ends_group() || (!worker->curr_group_seen_begin &&
/*
p-events of B/T-less {p,g} group (see
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-next-mr-wl5569 branch (andrei.elkin:3350 to 3351) WL#5569 | Andrei Elkin | 18 Jul |