1. 05 Aug, 2004 5 commits
    • unknown's avatar
      bug#4586 testSystemRestart -n SR_FULLDB · bf605f8e
      unknown authored
      keep acc from shrinking/expanding when less than one page per fragment
      is left.
      
      This makes ACC not shrink so that one get out of pages during 
      log execution in SR (which crashes badly)
      
      
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        bug#4586
        keep acc from shrinking/expanding when less than one page per fragment
        is left
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        bug#4586
        keep acc from shrinking/expanding when less than one page per fragment
        is left
      bf605f8e
    • unknown's avatar
      Fix bug for TCKEYREF's when using IgnoreError · 1fb7783d
      unknown authored
      
      ndb/src/ndbapi/NdbConnection.cpp:
        When using IgnoreError always wait for TCKEYCONF
      1fb7783d
    • unknown's avatar
      Initial support for updating configuration "on the fly" · 73770db3
      unknown authored
      Only updates values mgmsrv's on main memory
      to be used in test prg's
      
      
      ndb/include/mgmapi/mgmapi_debug.h:
        Update on config
      ndb/include/util/ConfigValues.hpp:
        Update on config
      ndb/src/mgmapi/mgmapi.cpp:
        Update on config
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Update on config
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Update on config
      ndb/src/mgmsrv/Services.cpp:
        Update on config
      ndb/src/mgmsrv/Services.hpp:
        Update on config
      73770db3
    • unknown's avatar
      bug#4909 + testSystemRestart -n SR_FULLDB · 1479ed3f
      unknown authored
      1) Fix so that scan takeover is possible after SR
      2) Reserve two pages for SR "zero pages"
      
      
      ndb/include/ndbapi/NdbOperation.hpp:
        remove unused method
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Fix bug#4909
        don't reset tableFragptr during SR
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Also send reason for disallowing rollback
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Add bitmask of free pages to use for page 0 during SR
      ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp:
        More prinout in unit test of PageMan
      ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp:
        Reserve 2 pages to use for SR
      ndb/src/kernel/blocks/dbtup/DbtupSystemRestart.cpp:
        Don't alloc using "normal" allocConsPages when allocating for
        0-pages during SR, instead use 2 reserved pages
      1479ed3f
    • unknown's avatar
      39496af4
  2. 04 Aug, 2004 7 commits
  3. 03 Aug, 2004 6 commits
  4. 02 Aug, 2004 5 commits
    • unknown's avatar
      testOIBasic · 061e8155
      unknown authored
      
      ndb/test/ndbapi/testOIBasic.cpp:
        Start transaction does not take argument
      061e8155
    • unknown's avatar
      Fix ndb detection of gcc · 04153418
      unknown authored
      04153418
    • unknown's avatar
      ea8ac8ab
    • unknown's avatar
      Fix testOIBasic · 2524f9cf
      unknown authored
      1) Close transaction whenever Con goes out of scope so that it don't leave open
         transactions in TC
      2) Close transaction when starting a transaction wo/ closing first
      3) Allow 499 as deadlock
      4) Don't use buddy as: 1) no need 2) harder to read signal log
      
      
      2524f9cf
    • unknown's avatar
      Bug fix for testBasic -n MassiveRollback, a bug in LCP in LQH · 01f1d5e2
      unknown authored
      
      ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        max 4 replicas -> 3 next nodes
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        1) If abort while in fragwaitqueue - just abort
        2) Fix for ACC_LCPSTARTED arrives after one ACC_LCPCONF has arrived
      ndb/src/ndbapi/Ndbif.cpp:
        Be more "forgiving" in debug mode
      ndb/test/ndbapi/testBasic.cpp:
        Accept timeouts in MassiveTimeout
      ndb/test/src/HugoTransactions.cpp:
        Print batch size
      01f1d5e2
  5. 01 Aug, 2004 7 commits
  6. 31 Jul, 2004 4 commits
  7. 30 Jul, 2004 6 commits