maria:bb-11.1-mdev-31586

Last commit made on 2023-08-18
Get this branch:
git clone -b bb-11.1-mdev-31586 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.1-mdev-31586
Repository:
lp:maria

Recent commits

0fb0a4c... by Yuchen Pei <email address hidden>

MDEV-31586 Make the MDEV-31463 test more fitting and stable

The original test in the report of MDEV-31463 is contrived and
nondeterministic, causing MDEV-31586. We update the test to make it
more directly addresses the underlying cause of MDEV-31463, namely
errors from queries sent to the data node not consumed when trying to
set lock wait timeout. This is achieved through the debug sync
facility.

9b84df8... by Monty <email address hidden>

Don't give a warning about Event_scheduler for --bootstrap

The reason is that --bootstrap is used to initialize the server and
a lot of processes are not started in this case. Event scheduler is
not an exception.

This fix also removes an unexpected warning about event scheduler when
running mariadb_install_db.

b563fa2... by Monty <email address hidden>

Ignore generated script scripts/mariadb_sys_schema.sql

adc13e2... by Igor Babaev

MDEV-31150 Crash on 2nd execution of update using mergeable derived table

This bug caused crashes of the server on the second execution of update
statements that used mergeable derived tables. The crashes happened in
the function multi_update_check_table_access() when the code tried to
dereference the pointer stored in field TABLE_LIST::TABLE for a mergeable
derived table. The fact is this field is set to NULL after the first
execution of the query. At the same any action performed by the function
is actually not needed for derived tables.

Approved by Oleksandr Byelkin <email address hidden>

c6ac1e3... by Marko Mäkelä

Merge 11.0 into 11.1

f2b4972... by Marko Mäkelä

Merge 10.11 into 11.0

bce3ee7... by Marko Mäkelä

Merge 10.10 into 10.11

b1b4726... by Marko Mäkelä

Merge 10.9 into 10.10

864bbd4... by Marko Mäkelä

Merge 10.6 into 10.9

23d1092... by Ian Gilfillan <email address hidden>

Update 10.11 HELP