• unknown's avatar
    ndb dd - · a8ea9cd1
    unknown authored
      fix a SR bug (lcp impl. in pgman)
    
    
    storage/ndb/src/kernel/blocks/pgman.cpp:
      move pgman lcp to after lgman has written LCP records for all fragments
      this also moves snapshot time for extent pages, which is ok as they will be
        undo:ed using normal ops.
      
      an alternative could be to let tup checkpoint it's dirty pages.
      this would lead to extent pages which are not beloning to a certain fragment
    a8ea9cd1
pgman.cpp 53.8 KB