maria:bb-10.2-MDEV-22398-innodb_xa_rollback-fails

Last commit made on 2020-05-12
Get this branch:
git clone -b bb-10.2-MDEV-22398-innodb_xa_rollback-fails https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-MDEV-22398-innodb_xa_rollback-fails
Repository:
lp:maria

Recent commits

316e938... by Vlad Lesin

MDEV-22398: mariabackup.innodb_xa_rollback fails on repeat

Flush LSN to system tablespace on innodb shutdown if XA is rolled back by
mariabackup.

b57c6cb... by Oleksandr "Sanja" Byelkin

Merge branch '10.2-release' into 10.2

37759b2... by Daniel Bartholomew <email address hidden>

bump the VERSION

ba3d58a... by Marko Mäkelä

MDEV-22523 index->rtr_ssn.mutex is wasting memory

As part of the SPATIAL INDEX implementation in InnoDB,
dict_index_t was expanded by a rtr_ssn_t field. There are only
3 operations for this field, all protected by rtr_ssn_t::mutex:

* btr_cur_search_to_nth_level() stores the least significant 32 bits
of the 64-bit value that is stored in the index root page.
(This would better be done when the table is opened for the
very first time.)
* rtr_get_new_ssn_id() increments the value by 1.
* rtr_get_current_ssn_id() reads the current value.

All these operations can be implemented equally safely by using
atomic memory access operations.

4ae778b... by =?utf-8?q?Petr_Van=C4=9Bk?= <email address hidden>

innodb: add space between thread name and "to exit" text

faf6f8c... by Jan Lindström

Add global suppression for connectivity problems.

0b218df... by Sergei Golubchik

MDEV-22483 mysql_upgrade does not use current user as default for connecting to server

correct the help text

985f63c... by Oleksandr "Sanja" Byelkin

Merge branch '10.1' into 10.2

e84c62d... by Oleksandr "Sanja" Byelkin

MDEV-22504: Session tracking return incorrectly long traking data

When we move data we should fix buffer string length

1d1fb13... by Sergei Golubchik

update C/C