maria:bb-10.5-mdev-33490

Last commit made on 2024-05-10
Get this branch:
git clone -b bb-10.5-mdev-33490 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-mdev-33490
Repository:
lp:maria

Recent commits

3f5a56a... by Yuchen Pei <email address hidden>

MDEV-33490 MENT-1504 Fix some english strings in spider.

ec6aa9a... by Monty <email address hidden>

MDEV-34055 Assertion '...' failure or corruption errors upon REPAIR on Aria tables

The problem was two fold:
- REPAIR TABLE t1 USE_FRM did not work for transactional
  Aria tables (Table was thought to be repaired, which it was not) which
  caused issues in later usage of the table.
- When swapping tmp_data file to data file, sort_info files where not
  updated. This caused problems if there was several unique keys and
  there was a duplicate for the second key.

4bc1860... by Galina Shalygina <email address hidden>

MDEV-23878 Wrong result with semi-join and splittable derived table

Due to this bug a wrong result might be expected from queries with
an IN subquery predicate in the WHERE clause and a derived table in the
FROM clause to which split optimization could be applied.

The function JOIN::fix_all_splittings_in_plan() used the value of the
bitmap JOIN::sjm_lookup_tables() such as it had been left after the
search for the best plan for the select containing the splittable
derived table. That value could not be guaranteed to be correct. So the
recalculation of this bitmap is needed to exclude the plans with key
accesses from SJM lookup tables.

Approved by Igor Babaev <email address hidden>

10a7599... by Yuchen Pei <email address hidden>

MDEV-34036 Reset spider_hton_ptr in spider_db_done()

Otherwise spider_direct_sql may still think the spider plugin is
available even after spider_db_done() was called.

42c99ef... by Sergei Golubchik

MDEV-19949 `mariadb-backup --password` test

421eeb1... by Sergei Golubchik

Revert "MDEV-19949 mariabackup option of '--password' or '-p' without specifying password in commandline"

This reverts commit 91fb8b7fd3224767fe7eb81e82f5ec0926751420.

Incompatible change, see tests in the next commit

33e4fbf... by =?utf-8?q?Jan_Lindstr=C3=B6m?= <email address hidden>

MDEV-33898 : Galera test failure on galera.MW-369

Additional changes for the galera_vote_rejoin_ddl test (for 10.5+).

Signed-off-by: Julius Goryavsky <email address hidden>

bca366e... by Yuchen Pei <email address hidden>

MDEV-34098 source start_slave.inc in spider suites

The spider suite should --source include/start_slave.inc to make sure
the slave is up before proceeding.

89084c2... by Dave Gosselin <email address hidden>

MDEV-33078 SysInfo.pm reports incorrect CPU count on macOS

When running on macOS, MTR will ask the operating system for the core count when --parallel=auto

7ed9d2a... by Sergei Golubchik

MDEV-9179 When binlog_annotate_row_events on , event of binlog file is truncated

cnt counter was incremented one extra time per line