maria:bb-11.0-mdev-29663

Last commit made on 2023-10-12
Get this branch:
git clone -b bb-11.0-mdev-29663 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-mdev-29663
Repository:
lp:maria

Recent commits

4521dc6... by Yuchen Pei <email address hidden>

MDEV-29963 Spider should clear its lock lists when locking fails

Spider populates its lock lists (a hash) in store_lock(), and normally
clears them in the actual lock_tables(). However, if lock_tables()
fails, there's no reset_lock() method for storage engine handlers,
which can cause bad things to happen. For example, if one of the table
involved is dropped and recreated, when executing LOCK TABLES again,
the lock lists would be queried again in store_lock(), which could
cause access to freed stuff.

This also fixes MDEV-31357

5e2d08b... by Sergey Petrunia

MDEV-32335: main.partition_innodb2 fails in BB with different #rows

use --replace_column for rows, as the numbers are not important.

3f6bccb... by Sergei Golubchik

Merge branch '10.11' into 11.0

8044606... by VladislavVaintroub

MDEV-32252 "Backup Utilities" not available to install on windows

Commit 738d4604b723237681cacbffd0fb88da14ed314a changed component name
from "backup" to "Backup". Use the new name now.

034848c... by Sergei Golubchik

Merge branch '10.10' into 10.11

11c6917... by Sergei Golubchik

fix galera.galera_as_slave_gtid_myisam for 10.10+

9880006... by Sergei Golubchik

update wsrep.wsrep_provider_plugin_defaults to 26.4.16

030ee26... by Marko Mäkelä

MDEV-32044 Mariadb crash after upgrading to 11.0.3

ibuf_bitmap_buffered(): A new predicate, to check if the
IBUF_BITMAP_BUFFERED bit for a particular page is set.

ibuf_merge(): If ibuf_bitmap_buffered() does not hold,
skip the records for the page. One reason why we might have
this situation is the bug that was fixed in
commit 34c283ba1b3b0b51488746416a737c1456df2fe9 (MDEV-32132).

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

MDEV-31795: main.flush_corruption times out with view-protocol

Fixed tests:
main.flush_corruption - disabled service connection for some queries
since it is necessary that the query SELECT pass in the same session

e39ed5d... by Monty <email address hidden>

Updated sql-bench to run with PostgreSQL 14.9

- Updated capabilities for PostgreSQL in server.cfg
- Updated test-ATIS & test-table-elimination to work with PostgreSQL
- Updated test-transaction test to also work with non transactional tables

Other things:
- Added test of tables with many keys in test-insert
- Added 2 new GROUP BY .. ORDER BY test