MDEV-22871 follow-up: Align buf_pool.page_hash.array
buf_pool_t::page_hash_table::create(): Use aligned_malloc() for the hash array, to get the page_hash_latch aligned on the same L1 data cache line as the data that it is protecting.
Showing
Please register or sign in to comment