maria:11.1

Last commit made on 2024-05-31
Get this branch:
git clone -b 11.1 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
11.1
Repository:
lp:maria

Recent commits

2d3e2c5... by Yuchen Pei <email address hidden>

Merge branch '10.11' into 11.1

22774dd... by Yuchen Pei <email address hidden>

Merge branch '10.6' into 10.11

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

Merge branch '10.5' into 10.6

25476ba... by Yuchen Pei <email address hidden>

MDEV-29027 ASAN errors in spider_db_free_result after partition DDL

Spider calls ha_spider::close() at least twice on ALTER TABLE ... ADD
PARTITION. The first call frees wide_handler and the second call
accesses wide_handler->trx->thd (heap-use-after-free).

In general, there seems to be no problem with using THD obtained by
the macro current_thd() except in background threads. Thus, we simply
replace wide_handler->trx->thd with current_thd().

Original author: Nayuta Yanagasawa

6d0c987... by Nayuta Yanagisawa

MDEV-28522 Delete constant SPIDER_SQL_TYPE_*_HS

The HandlerSocket support of Spider has been deleted by MDEV-26858.
Thus, the constants, SPIDER_SQL_TYPE_*_HS, are no longer necessary.

6c30220... by Yuchen Pei <email address hidden>

MDEV-26858 Spider: Remove dead code related to HandlerSocket

Remove the dead-code, in Spider, which is related to the Spider's
HandlerSocket support. The code has been disabled for a long time
and it is unlikely that the code will be enabled.

- rm all files under storage/spider/hs_client/ except hs_compat.h
- rm storage/spider/spd_db_handlersocket.*
- unifdef -UHS_HAS_SQLCOM -UHAVE_HANDLERSOCKET \
  -m storage/spider/spd_* storage/spider/ha_spider.* storage/spider/hs_client/*
- remove relevant files from storage/spider/CMakeLists.txt

22ba7e4... by Marko Mäkelä

Merge 10.6 into 10.11

5ba542e... by Marko Mäkelä

Merge 10.5 into 10.6

0c440ab... by Marko Mäkelä

MDEV-31340 fixup: Add end-of-test marker

c71275b... by Marko Mäkelä

Fix ./mtr --repeat=2 main.func_str