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

Created by Jan Lindström and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/10.0-FusionIO
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

4016. By Jan Lindström

Fix incorrect merge of extra/CMakeLists.txt

4015. By Jan Lindström

Added support for snappy (libsnappy) compression method.
Reduced number of compression failure messages 1/space.

4014. By Jan Lindström

Merge from 10.1:

commit 41dc186aa8a5340c78e783a635a95173cc46a697
Author: Jan Lindström <email address hidden>
Date: Wed Feb 4 19:31:16 2015 +0200

    MDEV-6633: Remove magic dependencies for InnoDB compression methods

    Added options for each compression type that can be disabled i.e.
    bzip2, lz4, lzma and lzo.

4013. By Jan Lindström

Merge lp:maria/10.0 up to revision 4588 i.e. MariaDB 10.0.16 release.

4012. By Jan Lindström

Do not try to enable atomic writes if the file type
is not OS_DATA_FILE. Atomic writes are unnecessary
for log files. If we try to enable atomic writes
to log writes that are stored to media supporting
atomic writes we will end up problems later.

4011. By Jan Lindström

Fix test failure on innodb_bug12902967 caused by unnecessary
info output on xtradb/buf/buf0mtflush.cc.

4010. By Jan Lindström

MDEV-7424: InnoDB: Assertion failure in thread 139901753345792
in file buf0mtflu.cc line 439

Analysis: At shutdown multi-threaded flush sends a exit work
items to all mtflush threads. We wait until the work queue is
empty. However, as we did not hold the mutex, some other thread
could also put work-items to work queue.

Fix: Take mutex before adding exit work items to work queue and
wait until all work-items are really processed. Release
mutex after we have marked that multi-threaded flush is not
anymore active.

4009. By Jan Lindström

MDEV-7262: innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBot

If persistent trim is not used some OS require that we write full page.

4008. By Jan Lindström

Fix problem with trims.

4007. By Jan Lindström

Fix compiler error on fallocate and flags used.

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.