diff options
author | unknown <sanja@montyprogram.com> | 2013-11-11 23:40:53 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2013-11-11 23:40:53 +0200 |
commit | 55de9b0468c65b7277b7ca6978f4e01c01af1206 (patch) | |
tree | a98623574e326aea7b4b16d768947ac24dc80962 /sql/rpl_parallel.cc | |
parent | 383de0fd1f7b855276f5bec37f38de6dbf70e938 (diff) | |
parent | 3a75900b91ffb4d49396d8f83e0b55b392e83a2a (diff) | |
download | mariadb-git-55de9b0468c65b7277b7ca6978f4e01c01af1206.tar.gz |
merge 10-base->10.0
Diffstat (limited to 'sql/rpl_parallel.cc')
-rw-r--r-- | sql/rpl_parallel.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/rpl_parallel.cc b/sql/rpl_parallel.cc index ca3711ae041..80125e8aa29 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; |