mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
buf_block_alloc(): Define as an alias in buf0lru.h, which defines the underlying buf_LRU_get_free_block(). buf_block_free(): Define as an alias of the non-inline function buf_pool.free_block(block). Reviewed by: Vladislav Lesin