maria:bb-11.1-monty

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

Branch merges

Branch information

Name:
bb-11.1-monty
Repository:
lp:maria

Recent commits

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

936edd8... by Ian Gilfillan <email address hidden>

Update 11.0 HELP