maria:bb-11.0-mdev-26137-unsquashed

Last commit made on 2023-03-16
Get this branch:
git clone -b bb-11.0-mdev-26137-unsquashed https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-mdev-26137-unsquashed
Repository:
lp:maria

Recent commits

a614c74... by Yuchen Pei

wip please ignore

2919d88... by Yuchen Pei

MDEV-26137 Deferring the creation of trx back to h_i::create()

When creating a stub table in h_i::open(), defer the creation of trx
back to h_i::create().

Otherwise the testcase involving auto-increment inside
innodb.import{,_no_cfg} will fail because it skips call to
create_table_info_t::create_table_update_dict(). We also need to skip
dict_stats_update to avoid it reporting error on missing .ibd

781ddc2... by Yuchen Pei

MDEV-26137 Address parent commit comments requiring trivial changes

790e5ca... by Yuchen Pei

MDEV-26137 Improve import tablespace workflow.

Allow ALTER TABLE ... IMPORT TABLESPACE without creating the table
followed by discarding the tablespace.

Signed-off-by: Yuchen Pei <email address hidden>

799f759... by Sergei Golubchik

bump the maturity

f2dc4d4... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-30673 InnoDB recovery hangs when buf_LRU_get_free_block
   is being called

- Recovery fails to release log_sys.latch for non-last batch
before preallocates the block in recv_read_in_area().

da114c7... by Sergei Golubchik

fix for --view-protocol

a687434... by Marko Mäkelä

MDEV-22570 fixup: Silence clang -Wunneeded-internal-declaration

2e431ff... by Marko Mäkelä

Merge 10.11 into 11.0

1fd0099... by Marko Mäkelä

Merge 10.10 into 10.11