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

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

4615. By Kristian Nielsen

MDEV-7458: Deadlock in parallel replication can allow following transaction to start replicating too early

In parallel replication, don't rollback inside ha_commit_trans() in case of
error.

The rollback will be done later, but the parallel replication code needs to
run unmark_start_commit() before the rollback to properly control the
sequencing of transactions.

I did not manage to come up with a reliable automatic test case for this, but
I tested it manually.

4614. By Kristian Nielsen

Add error handling on realpath() call.

(Without this, it happened for me that realpath() failed returning
undef for the default vardir. This in turn caused mysql-test-run.pl to
delete the source mysql-test/ directory.)

Backport from 10.1, it's not nice to get one's source directory nuked
by a rouge mysql-test-run.

4613. By Kristian Nielsen

MDEV-7568: STOP SLAVE crashes the server

The order of initialisation during server startup was incorrect. The slave
threads were started before the parallel replication worker thread pool was
initialised, allowing a race where uninitialised data could be accessed.

4612. By Sergei Golubchik

compiler warnings in spider

4611. By Sergei Golubchik

after merge: fix mroonga to compile and pass its tests

4610. By Sergei Golubchik

merge 10.0-mroonga

4609. By Sergei Golubchik

merge 10.0-connect

4608. By Sergei Golubchik

xtradb 5.6.22-72.0

4607. By Sergei Golubchik

innodb 5.6.23

4606. By Sergei Golubchik

fix a case where automatic procedure grant was changing user's password

phase out make_password_from_salt() to be removed in 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-captains/maria/trunk
This branch contains Public information 
Everyone can see this information.