lp:~augustq/maria/contrib_AQ_01

Created by August Quint and last modified
Get this branch:
bzr branch lp:~augustq/maria/contrib_AQ_01
Only August Quint can upload to this branch. If you are August Quint please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
August Quint
Project:
MariaDB
Status:
Development

Recent revisions

3808. By AugustQ

first try

3807. By AugustQ

proof of concept:

speedup of the handling of MyIsam-tables of dynamic type

3806. By Jan Lindström

MDEV-4133: Review InnoDB tablespace allocation patch by Toshikuni Fukaya. If innodb_use_posix_fallocate is set we use posix_fallocate call to extent tablespace allocation instead of pwrite.

3805. By Alexander Barkov

MDEV-4841 Wrong character set of ADDTIME() and DATE_ADD()

3804. By Alexander Barkov

Fixing a compilation failure in ConnectSE caused by revno 3803.

modified:
  storage/connect/tabxml.h

3803. By Michael Widenius

Fixed compiler warnings

3802. By Alexander Barkov

A post-fix for MDEV-4871: Fixing a failire in "mtr --ps"

3801. By Sergey Vojtovich

MDEV-4897 - Assertion `share->tdc.prev == 0 && share->tdc.next == 0'
            failed in TABLE_SHARE* tdc_acquire_share(THD*, const char*,
            const char*, const char*, uint, uint, TABLE**)

Removed false assertions.

When multiple threads acquire the same previously unused share,
only one thread shall remove share from unused list (the one that
has was_unused == true). Other threads will ignore this step and
may continue even if share is not yet removed from unused list.

3800. By Sergey Vojtovich

MDEV-4864 - Merge tests for EXCHANGE PARTITION feature

Added partition_exchange test.

Do not set HA_OPTION_PACK_RECORD for InnoDB specific row formats
(e.g. COMPACT, REDUNDANT). Adjusted mysql_compare_tables() accordingly.

3799. By Alexander Barkov

An additional test for MDEV-4871 Temporal literals do not accept nanoseconds

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