mariadb/buf
marko 7a1d5d91b7 branches/zip: Fix a bug that was introduced in r2123.
buf_block_is_uncompressed(): Check that the pointer is aligned.  Use the
C modulus operator % instead of ut_align_offset(), because sizeof(buf_block_t)
is not guaranteed to be a power of 2.
2007-11-28 13:45:22 +00:00
..
buf0buddy.c branches/zip: buf_buddy_relocate(): The src block may be partially freed. 2007-10-31 10:40:09 +00:00
buf0buf.c branches/zip: Fix a bug that was introduced in r2123. 2007-11-28 13:45:22 +00:00
buf0flu.c branches/zip: Split UNIV_IBUF_COUNT_DEBUG from UNIV_IBUF_DEBUG. 2007-02-27 11:56:38 +00:00
buf0lru.c branches/zip: buf_LRU_block_remove_hashed_page(): Add some Valgrind 2007-10-31 10:40:41 +00:00
buf0rea.c branches/zip: When reading pages for merging buffered inserts, request that 2007-05-06 13:21:59 +00:00