maria:bb-10.5-MDEV-21988

Last commit made on 2020-03-23
Get this branch:
git clone -b bb-10.5-MDEV-21988 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-MDEV-21988
Repository:
lp:maria

Recent commits

bcedcb1... by Jan Lindström

Merge branch 'codership-10.5-MDEV-21988' into 10.5

24d1e07... by Jan Lindström

Merge branch '10.5-MDEV-21988' of https://github.com/codership/mariadb-server into codership-10.5-MDEV-21988

02fe997... by Sergei Golubchik

fix a nondeterminism in perfschema.statement_program_non_nested test

when selecting from perfschema, filter out statements
used by the test istself in wait_condition.inc, because they,
by design, can be repeated unpredictable number of times.

121a5e8... by Marko Mäkelä

Minor buffer pool cleanup

btr_blob_free(): Compare page_id_t directly.

buf_pool_watch_unset(): Avoid unnecessarily buf_pool.mutex acquisition.

Clean up some comments as well.

82c465f... by Marko Mäkelä

MDEV-21962: Minor cleanup

Remove unnecessary buf_pool_t:: qualifiers. In comments,
replace buf_pool::mutex with buf_pool.mutex.

Remove an outdated comment about a planned buffer pool resizing feature.
It is already implemented in MariaDB 10.2.2 (and MySQL 5.7.9).

3b25083... by Marko Mäkelä

Merge 10.4 into 10.5

5e8039c... by mkaruza <email address hidden>

MDEV-21988: Assertion failure mysqld: bool trans_commit_stmt(THD*): Assertion `thd->in_active_multi_stmt_transaction() || thd->m_transaction_psi == __null' failed.

Set temporary `SERVER_STATUS_IN_TRANS` so assert is not triggered in `trans_commit_stmt`.

1a4998e... by Vladislav Vaintroub

MDEV-21303 postfixes

f7599f4... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-21792 Server aborts upon attempt to create foreign key on spatial field

- mbmaxlen is always 0 for binary field. Ignore the assert of checking
field->prefix_len % field->col->mbmaxlen == 0.

5d1b8f4... by Sergei Golubchik

MDEV-21303 Make executables MariaDB named

fix manpages in Debian