1. 21 Apr, 2006 2 commits
    • unknown's avatar
      ndb - · 3cb33e44
      unknown authored
        fix bug#19244, dd page got locked in page cache
        likely fix bug 18780
      
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Fix so that insert/delete on DD does not lock page forever in memory
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Set page to dirty when aborting prealloc
      3cb33e44
    • unknown's avatar
      ndb - · 6d8f22ef
      unknown authored
        fix memory corruption in event-api
        maybe bug fix for 18621, 19154, 19172, 19174
      
      
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Make sure that nasty c++ features arent run on Gci_container as it's supposed to be POD!
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        Make sure that nasty c++ features arent run on Gci_container as it's supposed to be POD!
      6d8f22ef
  2. 20 Apr, 2006 10 commits
  3. 19 Apr, 2006 28 commits