unknown
31a5edb5c2
MDEV-4506: Parallel replication. Intermediate commit.
...
Hook in the wait-for-prior-commit logic (not really tested yet).
Clean up some resource maintenance around rpl_group_info (may still be some
smaller issues there though).
Add a ToDo list at the top of rpl_parallel.cc
2013-07-03 13:46:33 +02:00
unknown
1b3dc66e31
MDEV-4506: Parallel replication: Intermediate commit.
...
First step of splitting out part of Relay_log_info, so that different
event groups being applied in parallel can each use their own copy.
2013-06-28 15:19:30 +02:00
unknown
535de71728
MDEV-4506: Parallel replication: intermediate commit.
...
Fix typo in worker thread free list management.
Simple parallel INSERT from worker threads runs now.
2013-06-25 15:48:01 +02:00
unknown
6d1e55f518
MDEV-4506: Parallel replication: Intermediate commit.
...
A few fixes following tests. Now can apply one INSERT event in
a separate worker thread.
2013-06-25 09:30:19 +02:00
unknown
26a9fbc416
MDEV-4506: Parallel replication of group-committed transactions: Intermediate commit
...
First very rough sketch. We spawn and retire a pool of slave threads.
Test main.alias works, most likely not much else does.
2013-06-24 10:50:25 +02:00