1. 21 Apr, 2006 4 commits
    • unknown's avatar
      ndb - · 9da4701f
      unknown authored
        Fix error handling when out of diskspace
      
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Fix error handling when out of diskspace
      9da4701f
    • unknown's avatar
      ndb - bug#19245 · 7477b4fa
      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
      7477b4fa
    • 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 26 commits