1. 21 Apr, 2006 2 commits
    • unknown's avatar
      ndb - · f6955e32
      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
      f6955e32
    • unknown's avatar
      ndb - · f3e2fbb1
      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!
      f3e2fbb1
  2. 20 Apr, 2006 10 commits
  3. 19 Apr, 2006 28 commits