maria:bb-10.5-MDEV-21351

Last commit made on 2020-01-29
Get this branch:
git clone -b bb-10.5-MDEV-21351 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-MDEV-21351
Repository:
lp:maria

Recent commits

dd874e6... by Marko Mäkelä

Cleanup: More logical names and member functions

recv_sys_t::free_corrupted_page(): Renamed from recv_recover_corrupt_page().

recv_sys_t::is_memory_exhausted(): Renamed from recv_sys_heap_check().

recv_sys_t::max_blocks(): Accessor for max_log_blocks.

recv_sys_t::blocks: Buffer pool blocks reserved for redo log records.

For the debug functions related to recv_sys_t::alloc(), use the
logical name free().

Rename some variables 'store_to_hash' to 'store', because recv_sys.pages
is not a hash table.

036dc4f... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-21351 Replace recv_sys.heap with list of buf_block_t

- Fixing innodb.undo_truncate_recover test case

a99d4f2... by Marko Mäkelä

Merge 10.5

ba21c02... by Marko Mäkelä

Fix some GCC 9.2.1 -Wconversion on 64-bit

a983b24... by Marko Mäkelä

Merge 10.4 into 10.5

a915142... by Alexander Barkov

Fixing a compilation failure of Windows (introduced in MDEV-21581)

bc89105... by Oleksandr "Sanja" Byelkin

Merge branch 'bb-10.4-release' into 10.4

f1e13fd... by Alexander Barkov

MDEV-21581 Helper functions and methods for CHARSET_INFO

f67c9b6... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-21351 Replace recv_sys.heap with list of buf_block_t

- Fixing the windows compilation failure

c2b7b93... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-21351 Replace recv_sys.heap with list of buf_block_t

- Added a debug assert to unfix the block after applying the redo log
- Added store_recv in recv_sys_t::alloc() to make sure that
recv_t and recv_t::data is in the same block
- Added the assert which check buf_fix_count is 0 after applying
all redo log records.