• Marko Mäkelä's avatar
    buf_page_get_known_nowait(): Relax a bogus debug assertion. · 97e0eeb3
    Marko Mäkelä authored
    When mode==BUF_KEEP_OLD, buffered inserts are being merged to the page.
    It is possible that a read request for a page was pending while the page
    was freed in DROP INDEX or DROP TABLE. In these cases, it is OK (although
    useless) to merge the buffered changes to the freed page.
    97e0eeb3
buf0buf.c 99.6 KB