• Thirunarayanan Balathandayuthapani's avatar
    MDEV-19176 Reduce the memory usage during recovery · bba59abb
    Thirunarayanan Balathandayuthapani authored
    - Moved the recv_sys->heap memory condition inside recv_parse_log_recs().
    So that, InnoDB can mark the status as STORE_NO earlier.
    
    - InnoDB uses one third of buffer pool chunk size for reading the redo
    log records. In that case, we can avoid the scenario where buffer ran
    out of memory issue during recovery.
    bba59abb
buf0buf.ic 39 KB