Comment 15 for bug 379264

Revision history for this message
MadMatt (yonkovim) wrote :

AHHHH

/*************************************************************************
When an index page is read from a disk to the buffer pool, this function
inserts to the page the possible index entries buffered in the insert buffer.
The entries are deleted from the insert buffer. If the page is not read, but
created in the buffer pool, this function deletes its buffered entries from
the insert buffer; there can exist entries for such a page if the page
belonged to an index which subsequently was dropped. */

void
ibuf_merge_or_delete_for_page(

This is called by complete_io which we do not call after copying from memcached! I am going to try this...

Also attaching the patch that removed the LRU push...