mariadb/storage/innodb_plugin/mem
Marko Mäkelä 60a622d1c1 Bug#59707 Unused compression-related parameters in buffer pool functions
buf_block_alloc(): ulint zip_size is always 0.
buf_LRU_get_free_block(): ulint zip_size is always 0.
buf_LRU_free_block(): ibool* buf_pool_mutex_released is always NULL.

Remove these parameters.

buf_LRU_get_free_block(): Simplify the initialization of block->page.zip
and release buf_pool_mutex() earlier.
2011-01-25 09:56:18 +02:00
..
mem0dbg.c Applying InnoDB snapshot 2010-04-01 15:59:25 +04:00
mem0mem.c Bug#59707 Unused compression-related parameters in buffer pool functions 2011-01-25 09:56:18 +02:00
mem0pool.c Fix bug #55581 by backporting fix of #52546 from mysql-trunk-innodb 2010-07-28 03:20:44 -07:00