maria:bb-11.1-MDEV-29911

Last commit made on 2023-04-13
Get this branch:
git clone -b bb-11.1-MDEV-29911 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.1-MDEV-29911
Repository:
lp:maria

Recent commits

86d7b12... by Marko Mäkelä

squash! f6fa068076419395cc82d3757cfa8a0bd4b0cf56

recv_sys_t::is_initialised(): Refer to end_lsn.

d0680e7... by Marko Mäkelä

Add PERFORMANCE_SCHEMA mutex instrumentation for tpool::cache

77cb91c... by Marko Mäkelä

fixup! f6fa068076419395cc82d3757cfa8a0bd4b0cf56

f6fa068... by Marko Mäkelä

Avoid unnecessary parsing and collect garbage less often

recv_sys_t::end_lsn: Remember the last LSN found by recv_scan_log()

4b7dfa5... by Marko Mäkelä

Remove unused function

b626ba3... by Marko Mäkelä

fixup! 2022d34b6e0859884a57a5ec911e2bf9a0797525

9d266fe... by Marko Mäkelä

Avoid accessing invalid recv_sys.pages_it

f8041b1... by Marko Mäkelä

squash! a55b951e6082a4ce9a1f2ed5ee176ea7dbbaf1f2

buf_flush_try_neighbors(): Tolerate count==0 in case the tablespace
is being dropped.

ce46675... by Marko Mäkelä

squash! f9a040b755b4d4f4572a9a9e7224ff7873256d43

buf_LRU_block_remove_hashed(): Disable consistency checks for freed
ROW_FORMAT=COMPRESSED pages. Their contents could be uninitialized garbage.
This fixes an occasional failure of the test
innodb.innodb_bulk_create_index_debug.

2022d34... by Marko Mäkelä

Remove double bookkeeping for write_slots->pending_io_count()

buf_dblwr_t::writes_pending: Remove. This was basically duplicating
write_slots->pending_io_count(), except for the doublewrite itself.