maria:bb-10.3-vicentiu-dtoa

Last commit made on 2018-01-09
Get this branch:
git clone -b bb-10.3-vicentiu-dtoa https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-vicentiu-dtoa
Repository:
lp:maria

Recent commits

e35af66... by Vicențiu Ciorbaru

Workaround for dtoa.c

There is no obvious reason why multiplying by 1.0 helps solve a
precision problem on gcc-7 or clang-5, but it does work. Casting to
ulong however makes the problem come up again. Windows warns about loss
of precision, so to quiet warnings until an appropriate fix is
implemented, ifdef 2 versions of the code.

c5ac1f9... by Igor Babaev

Fixed mdev-14880: Assertion `inj_cond_list.elements' failed
in JOIN::inject_best_splitting_cond

The value of SplM_opt_info::last_plan should be set to NULL
before any search for a splitting plan for a splittable
materialized table.

7349b9a... by Vladislav Vaintroub

MDEV-14881 cmake should succeed after installing libaio.

In case libaio is not found, and required,
remove variables HAVE_LIBAIO_H and HAVE_LIBAIO from cache, so that cmake
rerun after installation of libaio would succeed.

a603b46... by Vladislav Vaintroub

Fix warnings

7a01e64... by Vladislav Vaintroub

Fix warnings

fa7d85b... by Marko Mäkelä

Merge bb-10.2-ext into 10.3

6feb74c... by Marko Mäkelä

row_upd_rec_in_place(): Relax a debug assertion

6d49ef4... by Marko Mäkelä

Fix a -Wimplicit-fallthrough warning

f77fe24... by Marko Mäkelä

Fix a warning about extra parenthesis

23bd61a... by Vladislav Vaintroub

Fix warning