maria:bb-11.0-ps2-MDEV-31003

Last commit made on 2023-07-24
Get this branch:
git clone -b bb-11.0-ps2-MDEV-31003 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-ps2-MDEV-31003
Repository:
lp:maria

Recent commits

9b067ed... by Lena Startseva <email address hidden>

MDEV-31003: Second execution for ps-protocol

Update tests for version 11.0

0c9630f... by Lena Startseva <email address hidden>

MDEV-31003: Second execution for ps-protocol

Update tests for version 10.10

3caef3a... by Lena Startseva <email address hidden>

MDEV-31003: Second execution for ps-protocol

Update tests for version 10.9

4a1acf7... by Lena Startseva <email address hidden>

MDEV-31003: Second execution for ps-protocol

Update tests for version 10.6

1c9150a... by Lena Startseva <email address hidden>

MDEV-31003: Second execution for ps-protocol

Update tests for version 10.5

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

MDEV-31003: Second execution for ps-protocol

This patch adds for "--ps-protocol" second execution
of queries "SELECT".
Also in this patch it is added ability to disable/enable
(--disable_ps2_protocol/--enable_ps2_protocol) second
execution for "--ps-prototocol" in testcases.

51a85e7... by Tuukka Pasanen <email address hidden>

MDEV-30843: Add Extended descriptions to compat packages

Currently Debian package: mariadb-client-compat and
mariadb-server-compat are missing Extended description
which leads to Lintian error:
 * extended-description-is-empty

Commit orders Description to same as rest of
the Debian control file does.

Commit also fix Debian Lintian error:
 * obsolete-relation-form-in-source

b6e7b6b... by Andrew Hutchings

Add preprocessor whitespace to CODING_STANDARDS.md

313c5a1... by Marko Mäkelä

MDEV-31443 [FATAL] InnoDB: Unable to find charset-collation in ibuf_upgrade()

dtype_new_read_for_order_and_null_size(): Correctly assign type->prtype.
This caused the fatal error and crash.

ibuf_merge(): Relax a too strict condition that would result in
[ERROR] InnoDB: Unable to upgrade the change buffer
when there exist buffered changes to redundant secondary indexes, such as
PRIMARY KEY(x), INDEX(x).

ibuf_upgrade(): Modify at most one user tablespace per mini-transaction,
to be crash-safe.

page_cur_insert_rec_zip(), page_cur_delete_rec(): Relax debug assertions
for ibuf_upgrade().

ibuf_log_rebuild_if_needed(): Invoke recv_sys.debug_free() only after
srv_log_rebuild_if_needed() to avoid an assertion failure. This code
is executed when the innodb_log_file_size is changed when upgrading
from 10.x to 11.0.

Tested by: Matthias Leich, Christian Hesse

a906046... by Marko Mäkelä

Merge 10.11 into 11.0