mariadb/buf
marko fbc6f37cb1 branches/zip: Fix two bugs.
mtr_commit(): Do not acquire the log mutex if no log records are to be written.

ibuf_set_free_bits_func(): Do not clear mtr.modifications, because that would
prevent the dirty insert buffer bitmap block from being moved to the flush
list.  Instead, assume that mtr_commit() will not acquire log_sys->mutex
because redo logging is disabled.

buf_page_init_for_read(): I/O-fix the block before buf_buddy_alloc(), because
the newly allocated block could otherwise be reused by the compressed page.
2007-05-07 05:53:42 +00:00
..
buf0buddy.c branches/zip: Add the pseudo table INFORMATION_SCHEMA.INNODB_BUDDY 2007-03-12 12:01:45 +00:00
buf0buf.c branches/zip: Fix two bugs. 2007-05-07 05:53:42 +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_free_non_file_page(): Flag block->frame 2007-03-28 11:07:28 +00:00
buf0rea.c branches/zip: When reading pages for merging buffered inserts, request that 2007-05-06 13:21:59 +00:00
Makefile.am branches/zip: Merge revisions 1165:1206 from trunk. 2007-01-18 12:58:39 +00:00