lp:~maria-captains/maria/10.0-mdev5914

Created by Kristian Nielsen and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/10.0-mdev5914
Members of Maria-captains can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Maria-captains
Project:
MariaDB
Status:
Development

Recent revisions

4072. By Kristian Nielsen

MDEV-5914: Parallel replication deadlock due to InnoDB lock conflicts

Preparation patch for investigating a possible solution.

Add THD::rpl_group_commit_id. This will be zero except when running
multiple transactions in parallel in parallel replication. Then it
can be compared between two THDs to check if these are two
transactions that were group-committed together on the master and
thus are known not to conflict.

4071. By Sergey Vojtovich

MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tables

Let TABLE_SHARE::tdc.free_tables, TABLE_SHARE::tdc.all_tables,
TABLE_SHARE::tdc.flushed and corresponding invariants be protected by
per-share TABLE_SHARE::tdc.LOCK_table_share instead of global LOCK_open.

4070. By Jan Lindström

Remove assertions now that the actual bug has been repeated.

4069. By Michael Widenius <email address hidden>

Automatic merge

4068. By Igor Babaev

Merge.

4067. By Jan Lindström

Better to use ut_ad macro.

4066. By Sergey Petrunia

MDEV-5901: EITS: killing the server leaves statistical tables in "marked as crashed" state
- Part#2: call HA_EXTRA_FLUSH for the correct handler object, and call it after every change
  (ha_write_row, ha_update_row, ha_delete_row).

4065. By Jan Lindström

MDEV-5830: Assertion failure mutex_get_waiters(mutex) == 0 at shutdown.

4064. By Sergey Petrunia

Merge

4063. By Oleksandr "Sanja" Byelkin

RBR triggers compiled-out with ifdefs in 10.0

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:maria
This branch contains Public information 
Everyone can see this information.

Subscribers