maria:bb-10.11-MDEV-27871-MDEV-31933

Last commit made on 2024-05-16
Get this branch:
git clone -b bb-10.11-MDEV-27871-MDEV-31933 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.11-MDEV-27871-MDEV-31933
Repository:
lp:maria

Recent commits

483d112... by Lena Startseva <email address hidden>

MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together)

Fix for v. 10.11

8b2c257... by Lena Startseva <email address hidden>

MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together)

Fix for v. 10.6

3584fb8... by Lena Startseva <email address hidden>

MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together)

Fix for v. 10.5

a57907c... by Lena Startseva <email address hidden>

 Removing MDEV-27871 from tastcases because it is not a bug
 Fix for v.10.11

e5fb8fa... by Lena Startseva <email address hidden>

Removing MDEV-27871 from tastcases because it is not a bug
Fix for v. 10.6

e09d049... by Lena Startseva <email address hidden>

Removing MDEV-27871 from tastcases because it is not a bug

c3460e6... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-33970 Assertion `!m.first->second.is_bulk_insert()' failed in trx_undo_report_row_operation()

In case of partition insert, InnoDB fails to end the bulk insert
for one of the partition. It leads to bulk insert operation for
the consecutive delete statement.

trx_t::bulk_insert_apply_for_table(): Irrespective of bulk insert
value, InnoDB should end the bulk insert for the table.

455a15f... by Marko Mäkelä

MDEV-33972: Memory corruption in innodb.insert_into_empty

trx_t::bulk_insert_apply_for_table(dict_table_t *table):
Do not write through an invalid iterator.
This fixes up commit 863f5996f25eadea6349f0133ad56f3f40e6d6af (MDEV-33868).

f0d0ddc... by Marko Mäkelä

MDEV-33447 fixup for POWER

0271517... by Daniel Black

MDEV-33492: mysql_install_db fails when baseurl is set

auth_map.so isn't guaranteed to be available. Fedora packages it
separately.

The --base-dir path of mysql_install_db.sh seems to contain
historicial heuristics that have been replaced on other branches
of the script.

We attempt to do the same here placing the basedir original paths
so that all components are absolute.