From 2ea0e59937ddd2dea50fb5984d7f9df5d5dd4d08 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Nov 2013 11:41:13 +0100 Subject: [PATCH] MDEV-4506: Parallel replication Tested manually that crash in the middle of writing transaction on the master does correctly cause a rollback on slave, so remove the corresponding ToDo. --- sql/rpl_parallel.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sql/rpl_parallel.cc b/sql/rpl_parallel.cc index 8a5ebf983b9..109db6ef681 100644 --- a/sql/rpl_parallel.cc +++ b/sql/rpl_parallel.cc @@ -15,12 +15,6 @@ rpl_parallel_thread_pool::get_thread()) need to be killable. And on kill, everything needs to be correctly rolled back and stopped in all threads, to ensure a consistent slave replication state. - - - Handle the case of a partial event group. This occurs when the master - crashes in the middle of writing the event group to the binlog. The - slave rolls back the transaction; parallel execution needs to be able - to deal with this wrt. commit_orderer and such. - See Format_description_log_event::do_apply_event(). */ struct rpl_parallel_thread_pool global_rpl_thread_pool;