• marko's avatar
    branches/zip: When adding a page to the buffer pool, add it to · 66049435
    marko authored
    buf_pool->page_hash and buf_pool->LRU before releasing buf_pool->mutex.
    
    buf_page_init_for_read(), buf_page_create(): Allocate the compressed
    page after the block has been added to the buffer pool.  Document the
    reason for this.
    66049435
buf0buf.c 84.7 KB