maria:bb-10.4-rucha

Last commit made on 2023-07-05
Get this branch:
git clone -b bb-10.4-rucha https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.4-rucha
Repository:
lp:maria

Recent commits

23e252a... by Rucha Deodhar <email address hidden>

MDEV-23187 misses resetting collation connection

MDEV-23187 misses resetting collation connection causing test failures for
10.5+ bugs.

9856bb4... by Kristian Nielsen

MDEV-31602: Race on rpl_global_gtid_slave_state when starting IO thread

Fix that rpl_slave_state::load() was calling rpl_slave_state::update() without
holding LOCK_slave_state.

Reviewed-by: Monty <email address hidden>
Signed-off-by: Kristian Nielsen <email address hidden>

922db06... by Yuchen Pei <email address hidden>

MDEV-31421 Fix spider test cleanup

This fixes mdev_26541.test, and the new clean_up_spider.inc will be
useful for other tests where part of deinit_spider does not apply,
e.g. those testing spider initialisation only.

ea386c9... by Vicențiu Ciorbaru

Fix use of uninitialized variable

The original code generated a warning in gcc 13.1

5c81c50... by Sergei Golubchik

MDEV-31214 Recursive CTE execution is interrupted without errors or warnings

22e5a5f... by Sergei Golubchik

generalize ER_QUERY_EXCEEDED_ROWS_EXAMINED_LIMIT

make it "query reached <some limit> result may be incomplete"

d458136... by Sergei Golubchik

cleanup: ER_QUERY_TIMEOUT -> ER_UNUSED_1

also make sure all unused error messages are "You should never see it"
and have no translations

b808848... by Marko Mäkelä

MDEV-19216 Assertion ...SYS_FOREIGN failed in btr_node_ptr_max_size

btr_node_ptr_max_size(): Handle BINARY(0) and VARBINARY(0)
as special cases, similar to CHAR(0) and VARCHAR(0).

0105220... by Marko Mäkelä

Remove tests that duplicate innodb.max_record_size

77a229c... by Anel Husakovic <email address hidden>

MDEV-31358: Update description for MariaDB debian/rpm packages

Reviewer: <email address hidden>