1. 21 Apr, 2006 3 commits
    • unknown's avatar
      ndb - bug#19245 · 4a90a658
      unknown authored
        A-insert/B-insert/A-rollback/B-rollback leads to node crash, as bits in tuple header gets incorrectly assigned in second insert
        this also likely fixes bug 18589 and explains 18808
      
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        remove debug printout
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Make sure that alloc bit is set if insert and first_op
      storage/ndb/test/ndbapi/testBasic.cpp:
        testcase for bug#19245
      storage/ndb/test/run-test/daily-basic-tests.txt:
        testcase for bug#19245
      4a90a658
    • 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 27 commits