maria:10.4-varun

Last commit made on 2020-10-29
Get this branch:
git clone -b 10.4-varun https://git.launchpad.net/maria

Branch merges

Branch information

Name:
10.4-varun
Repository:
lp:maria

Recent commits

1ed53a0... by varun

Fixing some test failures

5673430... by Oleksandr "Sanja" Byelkin

fix for dlsym problem.

55f94ea... by Oleksandr "Sanja" Byelkin

try to fix strndup problem

c05e571... by Marko Mäkelä

Merge 10.3 into 10.4

2b6f804... by Marko Mäkelä

Merge 10.2 into 10.3

a8de8f2... by Marko Mäkelä

Merge 10.2 into 10.3

ec0e9d6... by Teemu Ollakka <email address hidden>

MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on.

A wsrep transaction was started for EXECUTE IMMEDIATE, which
caused assertion failure when the executed statement was
CREATE TABLE which should be executed in TOI mode.

As a fix, don't start wsrep transaction for EXECUTE IMMEDIATE
to let the wsrep state logic to be handled from inside stored
procedure codepath.

Reviewed-by: Jan Lindström <email address hidden>

cc5f442... by Marko Mäkelä

MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clock

527ade2... by Marko Mäkelä

MDEV-23163 Merge new release of InnoDB 5.7.32 to 10.2

All relevant InnoDB changes from MySQL 5.7.32 have been applied
in preceding commits.

46c2738... by Daniele Sciascia <email address hidden>

MDEV-23623 - Fix assertion in MTR test galera_sr.GCF-1051

Fix assertion `thd->in_active_multi_stmt_transaction() ||
thd->m_transaction_psi == __null' failed on MTR test
galera_sr.GCF-1051.

Add a new MTR test MDEV-23623 that reproduces the issue
deterministically and update wsrep-lib submodule, containing
the actual fix.

Reviewed-by: Jan Lindström <email address hidden>