maria:bb-11.0-mdev30956

Last commit made on 2023-02-13
Get this branch:
git clone -b bb-11.0-mdev30956 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-mdev30956
Repository:
lp:maria

Recent commits

f9baa26... by Sergey Petrunia

MDEV-30596: Assertion 'pushed_rowid_filter != __null ...' failed

ha_partition doesn't forward Rowid Filter API calls to the storage
engines handling partitions.
An attempt to use rowid filtering with caused either
- Rowid Filter being shown in EXPLAIN but not actually used
- Assertion failure when subquery code tried to disable/enable rowid
  filter, which was not present.

Fixed by returning correct flags from ha_partition::index_flags()

061ea3f... by Ian Gilfillan <email address hidden>

Update 11.0 HELP

9656356... by Daniel Black

MDEV-30203 Move mysql symlinks to different package

For both Deb and RPM, create mariadb-client-compat and
mariadb-server-compat containing the mysql links to the mariadb
named executables/scripts.

The mariadb-client-core mysqlcheck was moved to mariadb-client-compat.

The symlinks in MYSQL_ADD_EXECUTABLE is tagged as a
{Client,Server}Symlinks component and placed in
the symlinks packages.

Man pages are restructured be installed into compat package
if that matches the executable.

Columnstore has a workaround as it doesn't use the cmake/plugin.cmake.

Scripts likewise have compatibility symlinks are in
the {server,client}-compat packages.

Co-author: Andrew Hutchings <email address hidden>

Closes #2390

36ea5df... by Daniel Black

resolve-stack-dump was moved from server to client (RPM)

like where the man page and Debian package put it.

c6f0814... by Sergei Golubchik

more changes to man page handling

* move them from ManPagesX component to X (works better for plugins),
  but keep ManPagesDevelopment as C/C is using it
* move backup manpages to Backup
* move plugin manpages (s3, rocksdb) to plugins

738d460... by Sergei Golubchik

cmake: rename backup component to Backup

for consistency

951b7ab... by Sergei Golubchik

cmake: simplify handling of man pages

and remove unused function INSTALL_MANPAGE

f6c5b57... by Sergei Golubchik

man pages: mariadb* are primary pages, mysql* are generated

4d09050... by Denis Protivensky <email address hidden>

MDEV-29281 Report events from provider (add node eviction event)

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

6a5af66... by Jan Lindström

Update wsrep-lib submodule