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

Created by Seppo Jaakola and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/maria-10.0-galera
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

3922. By Nirbhay Choubey

Add cmake check for getifaddrs.

3921. By Nirbhay Choubey

MDEV-7476: Allow SELECT to succeed even when node is not ready

Added a SESSION-only system variable "wsrep_dirty_reads" to allow SELECT
queries to pass even when the node is not prepared to accept queries
(wsrep_ready=OFF). Added a test case.

3920. By Nirbhay Choubey

MDEV-7322: Option to allow setting the binlog_format with Galera

At session scope, allow binlog_format to be changed to
values other than ROW with a warning.

3919. By Nirbhay Choubey

maria-10.0.16 merge

bzr merge -r4588 maria/10.0

3918. By Nirbhay Choubey

Minor test modifications.

3917. By Nirbhay Choubey

Backported changes done in wsrep_guess_ip() from 10.1.

3916. By Nirbhay Choubey

MDEV-7374 : Losing connection to MySQL while running ALTER TABLE

Backport from 10.1.

3915. By Nirbhay Choubey

MDEV-7123 : MariaDB 10.0.14 Galera node shutdown with signal 11

wsrep-patch uses same connection name for constructing Master_info
objects. As a result all existing wsrep Master_info objects refer
to same rpl_filter object. This could lead to race when multiple
threads try to delete/destruct Master_info object, as they would
all try to delete the same relay_log object.

Fixed by adding a check in Master_info's destructor to not free
the "wsrep" rpl_filter, so that its reused by current & subsequent
wsrep threads and later reclaimed by free_all_rpl_filters() during
server shutdown.

3914. By Nirbhay Choubey

MDEV-7470: MariaDB-Galera-server uses 'tar', but 'tar' is
           not in the dependency list

Added tar to the dependency list.

3913. By Nirbhay Choubey

Test changes (backported from 10.1).

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.