An error occurred fetching the project authors.
  1. 27 Aug, 2004 1 commit
    • unknown's avatar
      Decreased chunks per fragment · cbbfa20e
      unknown authored
      Fixed missing initialisation bug
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        4 times number of nodes is decreases worst case compared to
        8 times number of node groups
        Missing initialisation
      ndb/src/kernel/vm/pc.hpp:
        Decreased chunks per fragment
      cbbfa20e
  2. 26 Aug, 2004 1 commit
    • unknown's avatar
      Fixed wrong number of fragment records in DIH · 68750ccf
      unknown authored
      Fixed bug in failed create table
      Fixed new test case for failed create table using new ERROR_INSERT
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        Added new error insert for test of failed create table
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Added new error insert for test of failed create table
        Fixed bug in handling failed create table
        Moved some constants to pc.hpp
      ndb/src/kernel/vm/Configuration.cpp:
        Added new error insert for test of failed create table
        Fixed bug in handling failed create table
        Moved some constants to pc.hpp
      ndb/src/kernel/vm/pc.hpp:
        Constants moved here from DIH
      ndb/test/ndbapi/testDict.cpp:
        New test case for failed create table
      68750ccf
  3. 24 Aug, 2004 2 commits
  4. 23 Aug, 2004 1 commit
    • unknown's avatar
      1) Default config is 1 frag per node · afe21e63
      unknown authored
      2) MAX_FRAG_PER_NODE separated from NO_OF_FRAG_PER_NODE and
      takes into account large fragmentation
      3) SUMA use config parameter instead of hard coded limit
      
      
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Moved addition of system tables and its attributes to Configuration.cpp
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Medium == default is one fragment per node
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Use MAX_FRAG_PER_NODE, NO_OF_FRAG_PER_NODE is used for
        allocation purposes, still allowed to create a table with
        many fragments
      ndb/src/kernel/blocks/suma/SumaInit.cpp:
        Use max no of tables configured instead of maximum configurable
      ndb/src/kernel/vm/Configuration.cpp:
        Update configuration to handle also system tables and their attributes
      ndb/src/kernel/vm/pc.hpp:
        Maximum fragments per node is 8 in the worst case
      afe21e63
  5. 11 Aug, 2004 1 commit
    • unknown's avatar
      Fix uninit variable bug "surfaced" by removing mem init in SimulatedBlock · a550a61f
      unknown authored
      ndb/include/kernel/signaldata/StartInfo.hpp:
        Fix signal len
      ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        Put init in constructor
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Send corrent start_inforef
        Init NodeRecord::allowNodeStart
      ndb/src/kernel/vm/SimulatedBlock.cpp:
        Remove all mem-inits so that debug/release don't differ
      a550a61f
  6. 05 Aug, 2004 1 commit
    • unknown's avatar
      Fix for BUG #4096 · a2b6166e
      unknown authored
      Introduced refresh of watch dog at various places and
      removed init of memory in allocRecord
      Also changed default watch to 6 seconds
      
      
      a2b6166e
  7. 09 Jul, 2004 1 commit
  8. 26 May, 2004 2 commits
  9. 14 Apr, 2004 1 commit