• Guilhem Bichot's avatar
    WL#4595 "Maria - no write-lock when pinning bitmap pages": turns out that page cache · e1c00c8b
    Guilhem Bichot authored
    already supports pin-without-lock so implementation of this WL is instant and
    done here. This could improve concurrency. No testcase, this requires
    multiple threads and is automatically tested at push time by maria_stress.yy (pushbuild2).
    
    storage/maria/ma_bitmap.c:
      As the page cache supports pinning without write-locking, we don't take write lock
      in write_changed_bitmap(), only a pin; this could improve concurrency (WL#4595).
    e1c00c8b
ma_bitmap.c 82.5 KB