maria:bb-10.2-mdev9750

Last commit made on 2020-10-30
Get this branch:
git clone -b bb-10.2-mdev9750 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-mdev9750
Repository:
lp:maria

Recent commits

b2c14b0... by Sergey Petrunia

Add dbug_print_sel_arg() debugging help function

c790218... by Sergei Golubchik

Fix RPM packaging on cmake 3.18+

cmake has caught up and since version 3.18 it started supporting
CPACK_RPM_POST_TRANS_SCRIPT_FILE, something we've supported for
two years and cmake 2.8.11. Both implementation add %posttrans tag
and rpmbuild gets confused.

Disable our implementation for cmake 3.18+

5482d62... by Jan Lindström

Fix sporadic test failure on galera_parallel_apply_3nodes.

Test itself is not deterministic.

a90b158... by Oleksandr "Sanja" Byelkin

MDEV-19838: fix of error messages

f9b0ee0... by Oleksandr "Sanja" Byelkin

MDEV-19838: followup, fix for PS & embedded

Use 9 byte (min length packet)

2e5450a... by Oleksandr "Sanja" Byelkin

Merge branch '10.1' into 10.2

17cf27f... by Sergei Golubchik

remove non-working debug assert

and restore the test modified in the same commit
(the non-replication related deadlock will be reported separately)

d6302c9... by Sergei Golubchik

MDEV-23702 calculating(auto rounding) issue

Implement a different fix for
"MDEV-19232: Floating point precision / value comparison problem"

Instead of truncating decimal values after every division,
truncate them for comparison purposes.

This reverts commit 62d73df6b270 but keeps the test.

313cf9d... by Sergei Golubchik

update result files after backport

followup for 3e807d255e0e and eae10a87ff60

eae10a8... by Oleksandr "Sanja" Byelkin

Move result files at the correct place.